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
/
samples
/
OAuthServiceProvider
/
Code
/
OAuthAuthorizationManager.cs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Closes #356, Closes #357, Closes #358
David Christiansen
2015-01-04
1
-1
/
+2
|
*
Fixes up WCF OAuth 1 samples.
Andrew Arnott
2013-02-10
1
-0
/
+1
|
*
More fixes
Andrew Arnott
2013-01-24
1
-29
/
+29
|
*
Added OAuth 1.0 samples from v3.4 branch and fixed them up a bit so that
Andrew Arnott
2012-02-02
1
-0
/
+65
|
|
|
|
|
|
they work here. Fixes #64
*
Split the OAuthServiceProvider sample into two samples: ↵
Andrew Arnott
2010-07-31
1
-79
/
+0
|
|
|
|
|
|
OAuthAuthorizationServer and OAuthResourceServer. Renamed OAuthConsumer to OAuthClient.
*
Stripping OAuth 1.0 support from the OAuthServiceProvider sample.
Andrew Arnott
2010-07-22
1
-25
/
+7
|
*
Changed the public API for OAuth 2.0 scope from a space-delimited string to ↵
Andrew Arnott
2010-07-19
1
-3
/
+3
|
|
|
|
a HashSet<string>
*
Got the OAuthConsumerWpf sample working with Facebook OAuth 2.0 again.
Andrew Arnott
2010-07-06
1
-3
/
+7
|
*
Renamed the OAuthWrap namespaces to be OAuth2.
Andrew Arnott
2010-06-25
1
-1
/
+1
|
*
Lots of StyleCop work, and one bug fix (can you find it? <g>)
Andrew Arnott
2010-06-07
1
-5
/
+4
|
*
OAuth 2.0 web flow now works, client, auth server, and resource server, in ↵
Andrew Arnott
2010-06-02
1
-12
/
+41
|
|
|
|
|
|
the sample! Yay.
*
Fixed whitespace.
Andrew Arnott
2010-06-02
1
-2
/
+2
|
*
Updated OAuth C and SP samples to use standard WAP namespaces.
Andrew Arnott
2010-04-19
1
-49
/
+51
|
*
Converted the OAuth consumer and SP sample web site projects to web ↵
Andrew Arnott
2010-04-18
1
-0
/
+63
application projects.