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
- 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
- A sample authorisation server and WebAPI host utilising the functionality exposed in DotNetOpenAuth.WebAPI
27
24
25
+
###Requirements
26
+
27
+
This sample uses Framework v4.5.1, MVC5 and requires SQL Express
28
+
28
29
###Getting Started
29
30
30
31
1. Launch the solution in visual studio
@@ -37,6 +38,4 @@ I have included the following in the source
37
38
38
39
##Feedback
39
40
40
-
As I mentioned earlier, this is still 'work in progress' but nevertheless a functional stub that I have put together. It has not been fully tested as yet. As always feedback is always welcome.
41
-
42
-
You can get me via either github, on the [DotNetOpenAuth forum](https://groups.google.com/forum/#!forum/dotnetopenid) or [[email protected]](mailto:[email protected])
41
+
As always feedback is always welcome. Raise an issue if you have problems.
0 commit comments