summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/Protocol.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes up user rejection cases.Andrew Arnott2013-03-031-44/+44
|
* Fixes access denial errors from OAuth 2 resource servers so they include the ↵Andrew Arnott2012-04-221-0/+34
| | | | | | required parameters in their WWW-Authenticate headers. Fixes #124
* Fixed up an authorization server's token endpoint to generate more accurate ↵Andrew Arnott2012-03-301-83/+19
| | | | error messages.
* Added a couple of new authorization request response codes.Andrew Arnott2012-02-131-0/+10
|
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-051-2/+2
| | | | Fixes #66
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-0/+355
Nothing compiles at this point.