Info
Version: | 2.1.1 |
Author(s): | Tim Reinagel |
Last Update: | Friday, September 29, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/timeracers/JwtAuthenticator |
NuGet Url: | https://www.nuget.org/packages/timeracers.JwtAuthenticator |
Install
Install-Package timeracers.JwtAuthenticator
dotnet add package timeracers.JwtAuthenticator
paket add timeracers.JwtAuthenticator
timeracers.JwtAuthenticator Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 10.0.3)
Tags
Currently this can verify tokens, check expiration ("exp"), check not before ("nbf"), check subject ("sub"), and can be used with any of these cryptography algorithms: HS256, HS382, HS512. Uses Semantic Versioning starting from 1.1.0.