Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 680 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 680 Bytes

image

JWT.Service

Service for generate token and authenticate with JWT.

Dependencies

  • 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

Instalation

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

How to use

Just check the Wiki

https://github.com/DevLucasOliveira/JWT.Service/wiki