Skip to content

Commit ae97e1b

Browse files
Readme update
1 parent 860fd7f commit ae97e1b

File tree

2 files changed

+105
-1
lines changed

2 files changed

+105
-1
lines changed

.gitignore

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,75 @@ packages/
2828
_ReSharper*
2929
*.vs10x
3030
*.docstates
31+
32+
/lib/DotNetOpenAuth.AspNet.Test.dll
33+
/lib/DotNetOpenAuth.AspNet.Test.pdb
34+
/lib/DotNetOpenAuth.AspNet.dll
35+
/lib/DotNetOpenAuth.AspNet.pdb
36+
/lib/DotNetOpenAuth.AspNet.xml
37+
/lib/DotNetOpenAuth.Core.UI.dll
38+
/lib/DotNetOpenAuth.Core.UI.pdb
39+
/lib/DotNetOpenAuth.Core.UI.xml
40+
/lib/DotNetOpenAuth.Core.dll
41+
/lib/DotNetOpenAuth.Core.pdb
42+
/lib/DotNetOpenAuth.Core.xml
43+
/lib/DotNetOpenAuth.InfoCard.UI.dll
44+
/lib/DotNetOpenAuth.InfoCard.UI.pdb
45+
/lib/DotNetOpenAuth.InfoCard.UI.xml
46+
/lib/DotNetOpenAuth.InfoCard.dll
47+
/lib/DotNetOpenAuth.InfoCard.pdb
48+
/lib/DotNetOpenAuth.InfoCard.xml
49+
/lib/DotNetOpenAuth.OAuth.Common.dll
50+
/lib/DotNetOpenAuth.OAuth.Common.pdb
51+
/lib/DotNetOpenAuth.OAuth.Common.xml
52+
/lib/DotNetOpenAuth.OAuth.Consumer.dll
53+
/lib/DotNetOpenAuth.OAuth.Consumer.pdb
54+
/lib/DotNetOpenAuth.OAuth.Consumer.xml
55+
/lib/DotNetOpenAuth.OAuth.ServiceProvider.dll
56+
/lib/DotNetOpenAuth.OAuth.ServiceProvider.pdb
57+
/lib/DotNetOpenAuth.OAuth.ServiceProvider.xml
58+
/lib/DotNetOpenAuth.OAuth.dll
59+
/lib/DotNetOpenAuth.OAuth.pdb
60+
/lib/DotNetOpenAuth.OAuth.xml
61+
/lib/DotNetOpenAuth.OAuth2.AuthorizationServer.dll
62+
/lib/DotNetOpenAuth.OAuth2.AuthorizationServer.pdb
63+
/lib/DotNetOpenAuth.OAuth2.AuthorizationServer.xml
64+
/lib/DotNetOpenAuth.OAuth2.Client.UI.dll
65+
/lib/DotNetOpenAuth.OAuth2.Client.UI.pdb
66+
/lib/DotNetOpenAuth.OAuth2.Client.UI.xml
67+
/lib/DotNetOpenAuth.OAuth2.Client.dll
68+
/lib/DotNetOpenAuth.OAuth2.Client.pdb
69+
/lib/DotNetOpenAuth.OAuth2.Client.xml
70+
/lib/DotNetOpenAuth.OAuth2.ClientAuthorization.dll
71+
/lib/DotNetOpenAuth.OAuth2.ClientAuthorization.pdb
72+
/lib/DotNetOpenAuth.OAuth2.ClientAuthorization.xml
73+
/lib/DotNetOpenAuth.OAuth2.ResourceServer.dll
74+
/lib/DotNetOpenAuth.OAuth2.ResourceServer.pdb
75+
/lib/DotNetOpenAuth.OAuth2.ResourceServer.xml
76+
/lib/DotNetOpenAuth.OAuth2.dll
77+
/lib/DotNetOpenAuth.OAuth2.pdb
78+
/lib/DotNetOpenAuth.OAuth2.xml
79+
/lib/DotNetOpenAuth.OpenId.Provider.UI.dll
80+
/lib/DotNetOpenAuth.OpenId.Provider.UI.pdb
81+
/lib/DotNetOpenAuth.OpenId.Provider.UI.xml
82+
/lib/DotNetOpenAuth.OpenId.Provider.dll
83+
/lib/DotNetOpenAuth.OpenId.Provider.pdb
84+
/lib/DotNetOpenAuth.OpenId.Provider.xml
85+
/lib/DotNetOpenAuth.OpenId.RelyingParty.UI.dll
86+
/lib/DotNetOpenAuth.OpenId.RelyingParty.UI.pdb
87+
/lib/DotNetOpenAuth.OpenId.RelyingParty.UI.xml
88+
/lib/DotNetOpenAuth.OpenId.RelyingParty.dll
89+
/lib/DotNetOpenAuth.OpenId.RelyingParty.pdb
90+
/lib/DotNetOpenAuth.OpenId.RelyingParty.xml
91+
/lib/DotNetOpenAuth.OpenId.UI.dll
92+
/lib/DotNetOpenAuth.OpenId.UI.pdb
93+
/lib/DotNetOpenAuth.OpenId.UI.xml
94+
/lib/DotNetOpenAuth.OpenId.dll
95+
/lib/DotNetOpenAuth.OpenId.pdb
96+
/lib/DotNetOpenAuth.OpenId.xml
97+
/lib/DotNetOpenAuth.OpenIdInfoCard.UI.dll
98+
/lib/DotNetOpenAuth.OpenIdInfoCard.UI.pdb
99+
/lib/DotNetOpenAuth.OpenIdInfoCard.UI.xml
100+
/lib/DotNetOpenAuth.OpenIdOAuth.dll
101+
/lib/DotNetOpenAuth.OpenIdOAuth.pdb
102+
/lib/DotNetOpenAuth.OpenIdOAuth.xml

README.md

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,36 @@
11
DotNetOpenAuth.WebAPI.40
22
========================
3+
DotNetOpenAuth for ASP.NET WebAPI (OpenID/OAuth/OAuth2)
34

4-
DotNetOpenAuth for ASP.NET WebAPI (OpenID/OAuth/OAuth2)
5+
6+
**Please note that this project is still in development and should be considered unstable-ish*
7+
8+
9+
Purpose
10+
------------
11+
12+
This project was developed to look into ways we can bring OAuth to the world of ASP.NET WebAPI.
13+
14+
Details
15+
------------
16+
17+
I have included the following in the source
18+
19+
**source/DotNetOpenAuth.WebAPI**
20+
21+
- Code required for the magic to happen
22+
23+
**source/DotNetOpenAuth.WebAPI.ClientSample.MVC3**
24+
25+
- A sample client demonstrating communicating with a WebAPI resource via JavaScript as well as C#. Simply check/uncheck the checkbox to switch between the client modes
26+
27+
**DotNetOpenAuth.WebAPI.HostSample**
28+
29+
- A sample authorisation server and WebAPI host utilising the functionality exposed in DotNetOpenAuth.WebAPI
30+
31+
Feedback
32+
--
33+
34+
As I mentioned earlier, this is just a functional stub i have put together tonight. It has not been fully tested as yet but as always feedback is always welcome.
35+
36+
You can get me via either github or [[email protected]](mailto:[email protected])

0 commit comments

Comments
 (0)