An easy to use library that helps developers of .NET Core mvc/webapi applications create and use access and refresh tokens for authentication.
Info
Version: | 1.0.2-beta |
Author(s): | Robert Meakin |
Last Update: | Tuesday, July 18, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RobertMeakin/Argonaught |
NuGet Url: | https://www.nuget.org/packages/Argonaught |
Install
Install-Package Argonaught
dotnet add package Argonaught
paket add Argonaught
Argonaught Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 1.1.1)
- Microsoft.IdentityModel.Tokens(>= 5.1.3)
- Newtonsoft.Json(>= 10.0.2)
- System.IdentityModel.Tokens.Jwt(>= 5.1.3)
- System.Security.Claims(>= 4.3.0)