summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2.AuthorizationServer/OAuth2/ChannelElements/MessageValidationBindingElement.cs
Commit message (Expand)AuthorAgeFilesLines
* Allows the authorization server to store merely the hashes of client secrets.Andrew Arnott2012-04-011-3/+2
* 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 e...Andrew Arnott2012-03-301-2/+2
* Moved some message validation to another binding element.Andrew Arnott2012-03-291-0/+104