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: | 2.0.12-beta |
Author(s): | Robert Meakin |
Last Update: | Wednesday, June 26, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/RobertMeakin/Argonaught |
NuGet Url: | https://www.nuget.org/packages/Argonaut |
Install
Install-Package Argonaut
dotnet add package Argonaut
paket add Argonaut
Argonaut Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.1.1)
- Microsoft.AspNetCore.Mvc(>= 2.1.1)
- Microsoft.IdentityModel.Tokens(>= 5.2.0)
- Newtonsoft.Json(>= 11.0.2)
- System.IdentityModel.Tokens.Jwt(>= 5.2.0)
- System.Security.Claims(>= 4.3.0)