0
comment
comment
on 1/23/2017 8:50 AM
Authentication for WebSharper sitelet with Jwt token in F#
Authentication is an important part of any Web applications. Today I will explain how we can create the essential modules required to authenticate a user. This post will be composed by four parts:
1. What is needed for authentication
2. Password encryption and storage
3. JWT token
4. OWIN auth middleware and WebSharper OWIN selfhost