Getting Started - datvm/JwtSharp GitHub Wiki

Installing

You can get the package from NuGet:

Core Package:

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:

ASP.NET Core:

Install-Package JwtSharp.AspNetCore

ASP.NET Web API 2:

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.