Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed OAuth sample sites. | Andrew Arnott | 2009-03-26 | 29 | -1858/+0 |
| | |||||
* | Fixed whitespace in sample web.config | Andrew Arnott | 2009-03-26 | 1 | -1/+2 |
| | |||||
* | Added proper HTML encoding to sample TracePage.aspx.cs files | Andrew Arnott | 2009-03-25 | 1 | -1/+1 |
| | |||||
* | Removed old checked-in version of dotnetopenid.dll, and fixed the OAuth ↵ | Andrew Arnott | 2009-02-01 | 1 | -8/+1 |
| | | | | Service Provider sample to not use it. | ||||
* | Whitespace | Andrew Arnott | 2009-02-01 | 9 | -182/+182 |
| | |||||
* | Removed old .refresh file. | Andrew Arnott | 2009-02-01 | 1 | -0/+0 |
| | |||||
* | Renamed Channel.Send method to Channel.PrepareResponse and then added a new ↵ | Andrew Arnott | 2009-01-21 | 2 | -3/+3 |
| | | | | Send method. | ||||
* | whitespace | Andrew Arnott | 2009-01-12 | 1 | -3/+3 |
| | |||||
* | Added a sample user to the ServiceProvider sample database. | Andrew Arnott | 2009-01-12 | 1 | -1/+11 |
| | |||||
* | CRLF -> LF line endings change to all .cs files. | Andrew Arnott | 2009-01-09 | 7 | -1032/+1032 |
| | |||||
* | Fixed sample database creation when App_Data directory is missing. | Andrew Arnott | 2008-12-18 | 1 | -1/+4 |
| | |||||
* | Added a database maintenance mechanism to the SP sample. | Andrew Arnott | 2008-12-13 | 2 | -2/+30 |
| | | | | Removed the SQL database from revision control. | ||||
* | Reworked the way messages are instantiated and deserialized. | Andrew Arnott | 2008-11-20 | 2 | -9/+10 |
| | | | | 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 | 11 | -604/+604 |
| | |||||
* | Moved all the OAuth classes into its own namespace in preparation to ↵ | Andrew Arnott | 2008-11-03 | 8 | -13/+15 |
| | | | | receiving DotNetOpenId merge. | ||||
* | Renamed all the OAuth message types. | Andrew Arnott | 2008-11-02 | 5 | -9/+9 |
| | |||||
* | Hugely refactored ServiceProvider and Consumer classes. | Andrew Arnott | 2008-11-01 | 3 | -5/+7 |
| | | | | 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 | 3 | -4/+7 |
| | | | | information from areas that don't need it. | ||||
* | Renamed a few OAuth messages and a few more methods. | Andrew Arnott | 2008-10-09 | 4 | -5/+5 |
| | |||||
* | Added strong-typed request token message to sample. | Andrew Arnott | 2008-10-07 | 4 | -8/+60 |
| | | | | | 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. | ||||
* | Added DotNetOpenId.dll to lib directory for SP sample. | Andrew Arnott | 2008-10-06 | 1 | -0/+0 |
| | |||||
* | StyleCop clean. | Andrew Arnott | 2008-10-06 | 6 | -44/+54 |
| | |||||
* | Added specific authorization to sample for allowing limited access. | Andrew Arnott | 2008-10-06 | 10 | -8/+57 |
| | |||||
* | WCF OAuth sample now has 'real' database and login. | Andrew Arnott | 2008-10-06 | 28 | -229/+1363 |
| | |||||
* | 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 | 20 | -0/+574 |
It's pretty delicate and a poor sample, but hey, it worked. |