Projeto criado para estudo sobre JWT (Json Web Token).
- Authentication
- Authorization
- Claims e Roles
- JWT Bearer
- Microsoft.AspNetCore.Authentication:
dotnet add package Microsoft.AspNetCore.Authentication - Microsoft.AspNetCore.Authentication.JwtBearer:
dotnet add package Microsoft.AspNetCore.Authentication.JwtBearer