summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/OAuthStrings.Designer.cs
Commit message (Collapse)AuthorAgeFilesLines
* Fixes access denial errors from OAuth 2 resource servers so they include the ↵Andrew Arnott2012-04-221-1/+19
| | | | | | required parameters in their WWW-Authenticate headers. Fixes #124
* Moved localizable strings into specific OAuth 2 assemblies.Andrew Arnott2012-03-311-64/+1
|
* Fixed up an authorization server's token endpoint to generate more accurate ↵Andrew Arnott2012-03-301-10/+1
| | | | error messages.
* Added scaffolding for OAuth2 unit tests and added the first test for client ↵Andrew Arnott2012-02-201-0/+9
| | | | authorization.
* Suppressed refresh tokens when client credentials are used to comply with ↵Andrew Arnott2012-02-161-0/+9
| | | | OAuth 2.0 section 4.4.3.
* Added valid scope token verification.Andrew Arnott2012-02-121-0/+9
|
* Fixed many FxCop messages in OAuth2 assemblies. #68Andrew Arnott2012-02-091-0/+18
|
* Added DotNetOpenAuth.OAuth.Common to contain dependencies shared between ↵Andrew Arnott2012-02-081-1/+10
| | | | | | OAuth 1 and OAuth 2. Related to and closes #71
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-011-0/+144
Nothing compiles at this point.