Getting Started - datvm/JwtSharp GitHub Wiki
Installing
You can get the package from NuGet:
Install-Package JwtSharp
Or if you use a specific platform (ASP.NET Core or ASP.NET Web API 2), you can just install the following, they have dependencies on the Core package already:
Install-Package JwtSharp.AspNetCore
Install-Package JwtSharp.WebApi
Demo
You can check from the Demo project for the full demo: https://github.com/datvm/JwtSharp/tree/master/Demo
Check the other Wiki articles for usage.