Info
Version: | 1.8.4 |
Author(s): | Furiza |
Last Update: | Wednesday, July 31, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/Furiza.AspNetCore.Authentication.JwtBearer |
Install
Install-Package Furiza.AspNetCore.Authentication.JwtBearer
dotnet add package Furiza.AspNetCore.Authentication.JwtBearer
paket add Furiza.AspNetCore.Authentication.JwtBearer
Furiza.AspNetCore.Authentication.JwtBearer Download (Unzip the "nupkg" after downloading)
Dependencies
- Furiza.Base.Core.Identity.Abstractions(>= 2.3.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.2.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.2.0)
- System.IdentityModel.Tokens.Jwt(>= 5.4.0)
Tags
It also handles user data deserialization through a set of claims obtained from HttpContext making data available through dependency injection.