Service for generate token and authenticate with JWT.
- Microsoft.AspNetCore.Authentication.JwtBearer 2.2.0+
- .NET Standard 2.0+
You can check supported frameworks here:
https://docs.microsoft.com/pt-br/dotnet/standard/net-standard
This package is available through Nuget Packages: https://www.nuget.org/packages/JWT.Service
Nuget
Install-Package JWT.Service
.NET CLI
dotnet add package JWT.Service
Just check the Wiki