Beta version of a reusable authentication framework built on top of Identity.
Info
Version: | 0.0.1.2 |
Author(s): | SaaSVP.Authentication |
Last Update: | Tuesday, September 10, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/SaaSVP.Authentication-Beta |
Install
Install-Package SaaSVP.Authentication-Beta
dotnet add package SaaSVP.Authentication-Beta
paket add SaaSVP.Authentication-Beta
SaaSVP.Authentication-Beta Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.2.0)
- Microsoft.AspNetCore.Identity(>= 2.2.0)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore(>= 2.2.0)
- Microsoft.EntityFrameworkCore.SqlServer(>= 2.2.4)
- Microsoft.Extensions.Identity.Stores(>= 2.2.0)
- System.IdentityModel.Tokens.Jwt(>= 5.4.0)