summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements/MessageValidationBindingElement.cs
Commit message (Collapse)AuthorAgeFilesLines
* Allows the authorization server to store merely the hashes of client secrets.Andrew Arnott2012-04-011-3/+2
| | | | Fixes #92
* Moved localizable strings into specific OAuth 2 assemblies.Andrew Arnott2012-03-311-2/+2
|
* Consolidated all code and token serializations to one binding element.Andrew Arnott2012-03-301-0/+56
|
* Fixed up an authorization server's token endpoint to generate more accurate ↵Andrew Arnott2012-03-301-2/+2
| | | | error messages.
* Moved some message validation to another binding element.Andrew Arnott2012-03-291-0/+104