summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements/AuthorizationCode.cs
Commit message (Collapse)AuthorAgeFilesLines
* Removes more remnants of Code Contracts.Andrew Arnott2012-12-261-2/+0
|
* Replaces DNOA's internal Requires class with Validation NuGet package.Andrew Arnott2012-12-261-0/+1
|
* Replaces explicit crypto algorithm use with factories.Andrew Arnott2012-07-181-1/+1
| | | | Fixes #47 which requires that FIPS compliance be an option.
* Renamed IAuthorizationServer to IAuthorizationServerHost.Andrew Arnott2012-04-081-1/+1
| | | | To avoid confusion with the concrete class AuthorizationServer.
* Corrected old name of nonce store property.Andrew Arnott2012-04-011-1/+1
|
* Moved the code in AuthorizationCodeBindingElement into the ↵Andrew Arnott2012-03-291-1/+9
| | | | AuthorizationServer class.
* Beginning work of cleaning up the auth server binding elements.Andrew Arnott2012-03-261-1/+1
|
* Redistributed OAuth2 code into their more specific assemblies.Andrew Arnott2012-03-161-0/+110