Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed OAuth sample sites. | Andrew Arnott | 2009-03-26 | 3 | -103/+0 |
| | |||||
* | CRLF -> LF line endings change to all .cs files. | Andrew Arnott | 2009-01-09 | 1 | -11/+11 |
| | |||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 2 | -92/+92 |
| | |||||
* | Moved all the OAuth classes into its own namespace in preparation to ↵ | Andrew Arnott | 2008-11-03 | 1 | -2/+2 |
| | | | | receiving DotNetOpenId merge. | ||||
* | First stab at building specific application Consumer classes for ease of ↵ | Andrew Arnott | 2008-11-02 | 1 | -40/+0 |
| | | | | adoption. | ||||
* | Renamed all the OAuth message types. | Andrew Arnott | 2008-11-02 | 1 | -1/+1 |
| | |||||
* | Fixed samples' hook into Google. | Andrew Arnott | 2008-11-01 | 1 | -3/+3 |
| | |||||
* | Applied FxCop fixes. | Andrew Arnott | 2008-10-23 | 1 | -4/+4 |
| | |||||
* | Refactored messages to try to simplify their uses and try to hide ↵ | Andrew Arnott | 2008-10-09 | 1 | -2/+2 |
| | | | | 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 | -2/+3 |
| | | | | | 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 | -1/+1 |
| | | | | | | parameters. Fixes one TODO item. | ||||
* | whitespace. | Andrew Arnott | 2008-10-06 | 1 | -2/+2 |
| | |||||
* | Added Consumer WPF and ASP.NET WebForms samples. | Andrew Arnott | 2008-10-02 | 4 | -0/+142 |