A reusable authentication framework built on top of identity.
Info
Version: | 1.1.9 |
Author(s): | YOUSOURCE INC |
Last Update: | Monday, July 29, 2019 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/YouSource.Authentication |
Install
Install-Package YouSource.Authentication
dotnet add package YouSource.Authentication
paket add YouSource.Authentication
YouSource.Authentication 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)