.NET DevPack Identity is a set of common implementations to help you implementing Identity, Jwt, claims validation and another facilities.
Info
Version: | 7.0.1 |
Author(s): | EduardoPires |
Last Update: | Thursday, November 17, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/EduardoPires/NetDevPack |
NuGet Url: | https://www.nuget.org/packages/NetDevPack.Identity |
Install
Install-Package NetDevPack.Identity
dotnet add package NetDevPack.Identity
paket add NetDevPack.Identity
NetDevPack.Identity Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 3.1.4)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore(>= 3.1.4)
- Microsoft.AspNetCore.Identity.UI(>= 3.1.4)
- Microsoft.EntityFrameworkCore(>= 3.1.4)