Implementation of tokens based authorization.
Info
Version: | 1.0.4 |
Author(s): | Piotr Kantorowicz |
Last Update: | Saturday, March 2, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/K-Shared |
NuGet Url: | https://www.nuget.org/packages/KShared.Authentication |
Install
Install-Package KShared.Authentication
dotnet add package KShared.Authentication
paket add KShared.Authentication
KShared.Authentication Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore(>= 2.2.0)
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.2.0)
- Microsoft.AspNetCore.Authorization(>= 2.2.0)
- Microsoft.AspNetCore.Identity(>= 2.2.0)
- Microsoft.Extensions.Caching.Redis(>= 2.2.0)
- Microsoft.Extensions.Http(>= 2.2.0)
Tags