index
:
DotNetOpenAuth
develop
origin/DNOA.Messaging.Portable
origin/HEAD
origin/Silverlight
origin/Silverlight3
origin/WIX
origin/boo
origin/ci
origin/contracts_RC
origin/csteeg-v3.4
origin/develop
origin/dimebrain
origin/godaddylogging
origin/infocardintegration
origin/jwt
origin/master
origin/mono
origin/mono2
origin/mvcProjTemplate
origin/netcf
origin/oauthspmvc
origin/osis
origin/v0.1
origin/v1.0
origin/v2.0
origin/v2.1
origin/v2.2
origin/v2.3
origin/v2.4
origin/v2.5
origin/v2.6
origin/v3.0
origin/v3.1
origin/v3.2
origin/v3.3
origin/v3.4
origin/v4.0
origin/v4.1
origin/v4.2
origin/v4.3
origin/v5.0
Unnamed repository; edit this file 'description' to name the repository.
Erik Andersson
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
DotNetOAuth
/
ServiceProvider.cs
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved all the OAuth classes into its own namespace in preparation to receivin...
Andrew Arnott
2008-11-03
1
-397
/
+0
*
Renamed all the OAuth message types.
Andrew Arnott
2008-11-02
1
-25
/
+25
*
StyleCop fixes.
Andrew Arnott
2008-11-01
1
-16
/
+22
*
Hugely refactored ServiceProvider and Consumer classes.
Andrew Arnott
2008-11-01
1
-72
/
+89
*
Made the Channel on the Service Provider public in preparation for some refac...
Andrew Arnott
2008-11-01
1
-5
/
+23
*
Refactored messages to try to simplify their uses and try to hide information...
Andrew Arnott
2008-10-09
1
-4
/
+1
*
Renamed a few OAuth messages and a few more methods.
Andrew Arnott
2008-10-09
1
-17
/
+17
*
Moved SigningVerificationCallback handling to the OAuthChannel.
Andrew Arnott
2008-10-08
1
-21
/
+11
*
Added strong-typed request token message to sample.
Andrew Arnott
2008-10-07
1
-3
/
+16
*
ITokenManager.StoreNewRequestToken now takes both request and response parame...
Andrew Arnott
2008-10-06
1
-1
/
+1
*
Added specific authorization to sample for allowing limited access.
Andrew Arnott
2008-10-06
1
-1
/
+1
*
Added some facility for working with WCF services.
Andrew Arnott
2008-10-04
1
-14
/
+82
*
Documented all members... StyleCop is now happy.
Andrew Arnott
2008-10-02
1
-16
/
+118
*
More public API work.
Andrew Arnott
2008-10-02
1
-2
/
+2
*
Exposed more message types to enable Service Provider scenarios.
Andrew Arnott
2008-10-02
1
-34
/
+45
*
Public API work.
Andrew Arnott
2008-10-02
1
-4
/
+4
*
StyleCop work and adding support for including extra parameters where the spe...
Andrew Arnott
2008-10-02
1
-2
/
+5
*
Split up the two OAuth message type providers into Consumer and Service Provi...
Andrew Arnott
2008-10-02
1
-1
/
+1
*
Removed the queue/dequeue methodology of queued responses. Now the methods t...
Andrew Arnott
2008-10-02
1
-8
/
+7
*
Refactored ServiceProviderEndpoints into ServiceProviderDescription and made ...
Andrew Arnott
2008-09-28
1
-8
/
+8
*
Removed hard-coded signing modules.
Andrew Arnott
2008-09-28
1
-5
/
+2
*
Appendix scenario test passing (again), this time with HMAC signing of HTTP r...
Andrew Arnott
2008-09-28
1
-5
/
+0
*
Added SigningBindingElementChain class to enable the use of several signers b...
Andrew Arnott
2008-09-27
1
-1
/
+5
*
Fixed incoming OAuth message type discernment.
Andrew Arnott
2008-09-26
1
-1
/
+1
*
Added capability to send the final authorized request for protected resources.
Andrew Arnott
2008-09-26
1
-0
/
+13
*
Added check so that unauthorized request tokens cannot be exchanged for acces...
Andrew Arnott
2008-09-25
1
-0
/
+9
*
Fixed lots of StyleCop issues and refacted Consumer/Service Provider a bit.
Andrew Arnott
2008-09-25
1
-15
/
+24
*
Added enough token management that the Appendix A scenario test is passing ag...
Andrew Arnott
2008-09-25
1
-48
/
+39
*
Added facility for SPs to inject extra information into messages prior to sig...
Andrew Arnott
2008-09-24
1
-1
/
+1
*
Added a scenario test from Appendix A (incomplete but passing so far).
Andrew Arnott
2008-09-24
1
-3
/
+86
*
Implementing and refactoring ServiceProvider and Consumer classes.
Andrew Arnott
2008-09-23
1
-8
/
+9
*
Added the 7 OAuth message types.
Andrew Arnott
2008-09-21
1
-0
/
+8
*
Lots of StyleCop changes.
Andrew Arnott
2008-09-01
1
-10
/
+25
*
Added some basic classes, message serialization and some unit tests.
Andrew Arnott
2008-09-01
1
-0
/
+48