2
comments
comments
on 1/12/2018 12:04 AM
Following my previous blog entry about WebSharper.OAuth, I wrote a simple template application that you can use as a base to create your own OAuth-based app. Check out the source, or see it in action.

It features a landing page, a login page, and a private section. It also shows how to query the login provider's API for user information. Also check the Readme, which contains a configuration guide, a walkthrough of the code and a mini-tutorial on how to extend it with a new page.
Happy coding!
There is an issue
https://github.com/dotnet-websharper/oauth-app/issues/1
Maybe you need to enable TLS 1.2 in your application because a few months back github stopped accepting less secure protocols or something like that?