You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ This project was developed to look into ways we can bring OAuth to the world of
10
10
11
11
I have included the following in the source
12
12
13
-
**/DotNetOpenAuth.WebAPI
13
+
**DotNetOpenAuth.WebAPI
14
14
15
15
- Code required for the magic to happen
16
16
17
-
**/DotNetOpenAuth.WebAPI.ClientSample
17
+
**DotNetOpenAuth.WebAPI.ClientSample
18
18
19
19
- 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
20
20
21
-
**/DotNetOpenAuth.WebAPI.HostSample
21
+
**DotNetOpenAuth.WebAPI.HostSample
22
22
23
23
- A sample authorisation server and WebAPI host utilising the functionality exposed in DotNetOpenAuth.WebAPI
24
24
@@ -38,4 +38,4 @@ This sample uses Framework v4.5.1, MVC5 and requires SQL Express
38
38
39
39
##Feedback
40
40
41
-
As always feedback is always welcome. Raise an issue if you have problems.
41
+
As always feedback is always welcome. Raise an issue if you have problems.
0 commit comments