Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved all the OAuth classes into its own namespace in preparation to ↵ | Andrew Arnott | 2008-11-03 | 1 | -80/+0 |
| | | | | receiving DotNetOpenId merge. | ||||
* | Renamed all the OAuth message types. | Andrew Arnott | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | Refactored messages to try to simplify their uses and try to hide ↵ | Andrew Arnott | 2008-10-09 | 1 | -1/+1 |
| | | | | information from areas that don't need it. | ||||
* | Renamed a few OAuth messages and a few more methods. | Andrew Arnott | 2008-10-09 | 1 | -1/+1 |
| | |||||
* | Added strong-typed request token message to sample. | Andrew Arnott | 2008-10-07 | 1 | -6/+4 |
| | | | | | This proves that messages can be derived from and tailored to provide type-safe additions where the OAuth protocol permits it. As can be seen, several more types and members had to be made public for this to work. | ||||
* | ITokenManager.StoreNewRequestToken now takes both request and response ↵ | Andrew Arnott | 2008-10-06 | 1 | -2/+3 |
| | | | | | | parameters. Fixes one TODO item. | ||||
* | WCF OAuth sample now has 'real' database and login. | Andrew Arnott | 2008-10-06 | 1 | -0/+6 |
| | |||||
* | Added capability to send the final authorized request for protected resources. | Andrew Arnott | 2008-09-26 | 1 | -0/+8 |
| | |||||
* | Added check so that unauthorized request tokens cannot be exchanged for ↵ | Andrew Arnott | 2008-09-25 | 1 | -0/+12 |
| | | | | access tokens. | ||||
* | Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit. | Andrew Arnott | 2008-09-25 | 1 | -12/+30 |
| | |||||
* | Added enough token management that the Appendix A scenario test is passing ↵ | Andrew Arnott | 2008-09-25 | 1 | -0/+37 |
again. |