Asp.net core 3.1 & 5.0 JWT Authentication.
Info
| Version: | 1.0.1 |
| Author(s): | Kishor Naik |
| Last Update: | Monday, May 17, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/KishorNaik/Sol_Auth_Jwt_Token |
| NuGet Url: | https://www.nuget.org/packages/JwtAuthAsp.netCore |
Install
Install-Package JwtAuthAsp.netCore
dotnet add package JwtAuthAsp.netCore
paket add JwtAuthAsp.netCore
JwtAuthAsp.netCore Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 3.1.2)