This library makes it easy to generate tokens, generate claims, read claims and generate refresh tokens in projects where you will use authentication.
Info
Version: | 1.0.0 |
Author(s): | furkandeveloper |
Last Update: | Saturday, September 19, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/EasyJwtTokenGenerator |
Install
Install-Package EasyJwtTokenGenerator
dotnet add package EasyJwtTokenGenerator
paket add EasyJwtTokenGenerator
EasyJwtTokenGenerator Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 3.1.8)
Tags