Info
Version: | 1.2.0 |
Author(s): | James Demeuse |
Last Update: | Wednesday, September 6, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jdemeuse1204/Jot/blob/master/README.md |
NuGet Url: | https://www.nuget.org/packages/Jot.Jwt.Token.Authorization |
Install
Install-Package Jot.Jwt.Token.Authorization
dotnet add package Jot.Jwt.Token.Authorization
paket add Jot.Jwt.Token.Authorization
Jot.Jwt.Token.Authorization Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Jot will take care of all your JWT creation, encryption(hashing), and verification for you. Jot was made extremely flexible, if you want to use your own hash algorithm, serialization, or set custom claims it's all there for you. What set's Jot apart from others is the ability to use Ghost Claims. This feature helps guard against a JWT being decoded by someone you do not want decoding your JWT.
Check out the project link for an explanation on Ghost Claims. Jot was built on .NET 4.0.