Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First pass at dividing DotNetOpenAuth features into separate assemblies. | Andrew Arnott | 2011-07-01 | 1 | -99/+0 |
| | | | | Nothing compiles at this point. | ||||
* | Simplified AuthorizationServer by moving some code into binding elements. | Andrew Arnott | 2011-06-25 | 1 | -0/+5 |
| | |||||
* | Last touch-ups to get DNOA up to draft 16 compliance (at least for the ↵ | Andrew Arnott | 2011-06-12 | 1 | -0/+1 |
| | | | | | | success cases). Incidentally, Facebook doesn't currently support draft 16, so fb interop is broken. | ||||
* | More work toward draft 16 compliance. | Andrew Arnott | 2011-06-10 | 1 | -0/+10 |
| | |||||
* | Removed all the AllowEmpty attribute parameters in OAuth 2.0 messages ↵ | Andrew Arnott | 2011-04-08 | 1 | -3/+3 |
| | | | | because the spec says empty parameters should be dropped and therefore are irrelevant. | ||||
* | Small StyleCop fix. | Andrew Arnott | 2010-07-21 | 1 | -1/+1 |
| | |||||
* | Changed the public API for OAuth 2.0 scope from a space-delimited string to ↵ | Andrew Arnott | 2010-07-19 | 1 | -2/+4 |
| | | | | a HashSet<string> | ||||
* | Lots more work toward OAuth 2.0 draft 09 compliance. | Andrew Arnott | 2010-07-03 | 1 | -1/+1 |
| | | | | Still doesn't compile. | ||||
* | Lots of crazy rework to fit the OAuth 2.0 draft 9. | Andrew Arnott | 2010-07-03 | 1 | -1/+1 |
| | | | | Doesn't currently build. | ||||
* | Renamed the OAuthWrap namespaces to be OAuth2. | Andrew Arnott | 2010-06-25 | 1 | -0/+81 |