A simple Json Web Token authentication helper library that allows you to generate access tokens easily for both ASP.NET Core web apps (cookie based auth) and Web APIs (stateless token based auth).
Info
Version: | 3.2.0 |
Author(s): | Auth.JwtAuthenticationHelper |
Last Update: | Saturday, April 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Auth.JwtAuthenticationHelper |
Install
Install-Package Auth.JwtAuthenticationHelper
dotnet add package Auth.JwtAuthenticationHelper
paket add Auth.JwtAuthenticationHelper
Auth.JwtAuthenticationHelper Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication.Cookies(>= 2.1.2)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.0.4)
- Microsoft.Extensions.DependencyInjection(>= 2.0.0)
Tags