Utilities, extensions, and data structures to enable a .net Core Web API app to authenticate and authorize users.
Info
Version: | 1.5.0 |
Author(s): | FBase.ApiServer |
Last Update: | Monday, November 15, 2021 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/FBase.ApiServer |
Install
Install-Package FBase.ApiServer
dotnet add package FBase.ApiServer
paket add FBase.ApiServer
FBase.ApiServer Download (Unzip the "nupkg" after downloading)
Dependencies
- FBase.Cryptography(>= 1.0.0)
- FBase.Foundations(>= 1.1.1)
- Microsoft.AspNetCore.Identity.EntityFrameworkCore(>= 3.1.9)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.5)
- Microsoft.IdentityModel.Tokens(>= 6.8.0)
- System.IdentityModel.Tokens.Jwt(>= 6.8.0)