A Simple implementation of a JWT Provider for .Net Core.
Info
Version: | 1.0.4 |
Author(s): | Neil Earlam |
Last Update: | Monday, April 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Core.SimpleJwtProvider |
Install
Install-Package Core.SimpleJwtProvider
dotnet add package Core.SimpleJwtProvider
paket add Core.SimpleJwtProvider
Core.SimpleJwtProvider Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 3.1.3)
- Microsoft.Extensions.Identity.Stores(>= 3.1.3)
Tags