Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed OAuth sample sites. | Andrew Arnott | 2009-03-26 | 13 | -1442/+0 |
| | |||||
* | Whitespace | Andrew Arnott | 2009-02-01 | 2 | -94/+94 |
| | |||||
* | CRLF -> LF line endings change to all .cs files. | Andrew Arnott | 2009-01-09 | 5 | -996/+996 |
| | |||||
* | Reworked the way messages are instantiated and deserialized. | Andrew Arnott | 2008-11-20 | 1 | -8/+9 |
| | | | | This was a whole lot of work to just get multi-version capability added to message types so that OpenID could handle its few versions. | ||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 6 | -349/+349 |
| | |||||
* | Moved all the OAuth classes into its own namespace in preparation to ↵ | Andrew Arnott | 2008-11-03 | 6 | -9/+10 |
| | | | | receiving DotNetOpenId merge. | ||||
* | Renamed all the OAuth message types. | Andrew Arnott | 2008-11-02 | 4 | -5/+5 |
| | |||||
* | Hugely refactored ServiceProvider and Consumer classes. | Andrew Arnott | 2008-11-01 | 1 | -1/+1 |
| | | | | Messages are now exposed in the method signatures instead of raw Response instances. | ||||
* | Applied FxCop fixes. | Andrew Arnott | 2008-10-23 | 1 | -3/+3 |
| | |||||
* | Refactored messages to try to simplify their uses and try to hide ↵ | Andrew Arnott | 2008-10-09 | 2 | -3/+4 |
| | | | | information from areas that don't need it. | ||||
* | Renamed a few OAuth messages and a few more methods. | Andrew Arnott | 2008-10-09 | 3 | -3/+3 |
| | |||||
* | Added strong-typed request token message to sample. | Andrew Arnott | 2008-10-07 | 3 | -5/+57 |
| | | | | | 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/+2 |
| | | | | | | parameters. Fixes one TODO item. | ||||
* | StyleCop clean. | Andrew Arnott | 2008-10-06 | 5 | -44/+53 |
| | |||||
* | Added specific authorization to sample for allowing limited access. | Andrew Arnott | 2008-10-06 | 7 | -6/+46 |
| | |||||
* | WCF OAuth sample now has 'real' database and login. | Andrew Arnott | 2008-10-06 | 13 | -124/+1249 |
| | |||||
* | Added facility so WCF service knows who is calling it. | Andrew Arnott | 2008-10-04 | 2 | -10/+6 |
| | |||||
* | Added WCF sample consumer and service provider. | Andrew Arnott | 2008-10-04 | 7 | -0/+217 |
It's pretty delicate and a poor sample, but hey, it worked. |