summaryrefslogtreecommitdiffstats
path: root/src/DotNetOAuth/ServiceProvider.cs
Commit message (Expand)AuthorAgeFilesLines
* Moved all the OAuth classes into its own namespace in preparation to receivin...Andrew Arnott2008-11-031-397/+0
* Renamed all the OAuth message types.Andrew Arnott2008-11-021-25/+25
* StyleCop fixes.Andrew Arnott2008-11-011-16/+22
* Hugely refactored ServiceProvider and Consumer classes.Andrew Arnott2008-11-011-72/+89
* Made the Channel on the Service Provider public in preparation for some refac...Andrew Arnott2008-11-011-5/+23
* Refactored messages to try to simplify their uses and try to hide information...Andrew Arnott2008-10-091-4/+1
* Renamed a few OAuth messages and a few more methods.Andrew Arnott2008-10-091-17/+17
* Moved SigningVerificationCallback handling to the OAuthChannel.Andrew Arnott2008-10-081-21/+11
* Added strong-typed request token message to sample.Andrew Arnott2008-10-071-3/+16
* ITokenManager.StoreNewRequestToken now takes both request and response parame...Andrew Arnott2008-10-061-1/+1
* Added specific authorization to sample for allowing limited access.Andrew Arnott2008-10-061-1/+1
* Added some facility for working with WCF services.Andrew Arnott2008-10-041-14/+82
* Documented all members... StyleCop is now happy.Andrew Arnott2008-10-021-16/+118
* More public API work.Andrew Arnott2008-10-021-2/+2
* Exposed more message types to enable Service Provider scenarios.Andrew Arnott2008-10-021-34/+45
* Public API work.Andrew Arnott2008-10-021-4/+4
* StyleCop work and adding support for including extra parameters where the spe...Andrew Arnott2008-10-021-2/+5
* Split up the two OAuth message type providers into Consumer and Service Provi...Andrew Arnott2008-10-021-1/+1
* Removed the queue/dequeue methodology of queued responses. Now the methods t...Andrew Arnott2008-10-021-8/+7
* Refactored ServiceProviderEndpoints into ServiceProviderDescription and made ...Andrew Arnott2008-09-281-8/+8
* Removed hard-coded signing modules.Andrew Arnott2008-09-281-5/+2
* Appendix scenario test passing (again), this time with HMAC signing of HTTP r...Andrew Arnott2008-09-281-5/+0
* Added SigningBindingElementChain class to enable the use of several signers b...Andrew Arnott2008-09-271-1/+5
* Fixed incoming OAuth message type discernment.Andrew Arnott2008-09-261-1/+1
* Added capability to send the final authorized request for protected resources.Andrew Arnott2008-09-261-0/+13
* Added check so that unauthorized request tokens cannot be exchanged for acces...Andrew Arnott2008-09-251-0/+9
* Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit.Andrew Arnott2008-09-251-15/+24
* Added enough token management that the Appendix A scenario test is passing ag...Andrew Arnott2008-09-251-48/+39
* Added facility for SPs to inject extra information into messages prior to sig...Andrew Arnott2008-09-241-1/+1
* Added a scenario test from Appendix A (incomplete but passing so far).Andrew Arnott2008-09-241-3/+86
* Implementing and refactoring ServiceProvider and Consumer classes.Andrew Arnott2008-09-231-8/+9
* Added the 7 OAuth message types.Andrew Arnott2008-09-211-0/+8
* Lots of StyleCop changes.Andrew Arnott2008-09-011-10/+25
* Added some basic classes, message serialization and some unit tests.Andrew Arnott2008-09-011-0/+48