summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenAuth.OAuth2/OAuth2/Messages
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compiler warning.Andrew Arnott2012-02-221-1/+1
|
* Split up end user authorization request message types between auth code and ↵Andrew Arnott2012-02-212-17/+76
| | | | implicit.
* Added spec required HTTP header in access token response.Andrew Arnott2012-02-191-0/+1
|
* Removed requirement for callback parameter, per the spec.Andrew Arnott2012-02-191-1/+4
|
* Suppressed refresh tokens when client credentials are used to comply with ↵Andrew Arnott2012-02-161-0/+13
| | | | OAuth 2.0 section 4.4.3.
* Updated all copyright notices to reflect copyright assignment to Outercurve.Andrew Arnott2012-02-0521-42/+42
| | | | Fixes #66
* All product assemblies build without ccrewrite.exe now.Andrew Arnott2011-09-188-27/+27
|
* Trying to fix up configuration section code.Andrew Arnott2011-07-102-2/+2
|
* First pass at dividing DotNetOpenAuth features into separate assemblies.Andrew Arnott2011-07-0122-0/+1787
Nothing compiles at this point.