Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed OAuth sample sites. | Andrew Arnott | 2009-03-26 | 1 | -37/+0 |
| | |||||
* | Changed namepace and project names in preparation for merge with DotNetOpenId. | Andrew Arnott | 2008-11-04 | 1 | -37/+37 |
| | |||||
* | Moved all the OAuth classes into its own namespace in preparation to ↵ | Andrew Arnott | 2008-11-03 | 1 | -0/+1 |
| | | | | receiving DotNetOpenId merge. | ||||
* | 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. | ||||
* | StyleCop clean. | Andrew Arnott | 2008-10-06 | 1 | -0/+1 |
| | |||||
* | Added specific authorization to sample for allowing limited access. | Andrew Arnott | 2008-10-06 | 1 | -2/+6 |
| | |||||
* | WCF OAuth sample now has 'real' database and login. | Andrew Arnott | 2008-10-06 | 1 | -2/+3 |
| | |||||
* | Added facility so WCF service knows who is calling it. | Andrew Arnott | 2008-10-04 | 1 | -4/+2 |
| | |||||
* | Added WCF sample consumer and service provider. | Andrew Arnott | 2008-10-04 | 1 | -0/+32 |
It's pretty delicate and a poor sample, but hey, it worked. |