Info
Version: | 1.0.7 |
Author(s): | Rob Engel - LiveOrDevTrying |
Last Update: | Saturday, November 13, 2021 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/liveordevtrying/jwts |
NuGet Url: | https://www.nuget.org/packages/JWTs |
Install
Install-Package JWTs
dotnet add package JWTs
paket add JWTs
JWTs Download (Unzip the "nupkg" after downloading)
Dependencies
- System.ComponentModel.Annotations(>= 5.0.0)
- System.IdentityModel.Tokens.Jwt(>= 6.8.0)
Tags
Refresh Tokens are dependent on a database / memory cache and an interface for a simple DAL for storing refresh tokens is included. JWTs can be generated with custom claims, and a DAL is only required when issuing Refresh Tokens.
This library is independent of any overarching entities such as Application User and Client. This library is used in OAuthServer.NET.