Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes access denial errors from OAuth 2 resource servers so they include the ↵ | Andrew Arnott | 2012-04-22 | 1 | -10/+1 |
| | | | | | | required parameters in their WWW-Authenticate headers. Fixes #124 | ||||
* | Merge branch 'v4.0' | Andrew Arnott | 2012-04-05 | 1 | -0/+18 |
| | | | | | | | Conflicts: src/DotNetOpenAuth.OAuth2.Client/DotNetOpenAuth.OAuth2.Client.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/DotNetOpenAuth.OAuth2.ResourceServer.csproj src/DotNetOpenAuth.OAuth2.ResourceServer/OAuth2/ResourceServer.cs | ||||
* | Fixed peverify errors in unified assembly due to two resources sharing a ↵ | Andrew Arnott | 2012-04-05 | 1 | -0/+99 |
common manifest name. Related to #112 which reported peverify errors, but this is very unlikely to fix the VerificationException. |