OAuth2Provider
OAuth2Provider copied to clipboard
Added ability to override default encryption keys.
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.