OAuth2Provider icon indicating copy to clipboard operation
OAuth2Provider copied to clipboard

Added ability to override default encryption keys.

Open mnaughto opened this issue 10 years ago • 0 comments

The comment that was originally there stating to "change these keys" was a little worrisome. Unfortunately, no easy method of changing the keys was provided. I added an IEncryption interface and a constructor to OAuthIssuer to allow injection of an encryptor. Additionally, I added a constructor to the Encryption class to let clients set their own keys.

mnaughto avatar Mar 04 '14 16:03 mnaughto