Foundations of a simple authorization server, including token-issuing middleware and interfaces prompt for providing validation of user credentials and implementation of a custom response object.
Info
Version: | 1.2.1 |
Author(s): | eCubed |
Last Update: | Thursday, June 21, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/FCore.AuthServer |
Install
Install-Package FCore.AuthServer
dotnet add package FCore.AuthServer
paket add FCore.AuthServer
FCore.AuthServer Download (Unzip the "nupkg" after downloading)
Dependencies
- FCore.Cryptography(>= 1.2.0)
- FCore.WebApiServerBase(>= 1.2.0)
- FCore.Net.Security(>= 1.2.0)
- Microsoft.AspNetCore.Http(>= 2.1.0)
- Newtonsoft.Json(>= 11.0.2)
Tags