Helper library for JWT creation and authentication.
Info
Version: | 2.0.0 |
Author(s): | Ayman Gaafar |
Last Update: | Thursday, November 16, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AymanGaafar/TokenAuthentication |
NuGet Url: | https://www.nuget.org/packages/MoonLight.TokenAuthentication |
Install
Install-Package MoonLight.TokenAuthentication
dotnet add package MoonLight.TokenAuthentication
paket add MoonLight.TokenAuthentication
MoonLight.TokenAuthentication Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Server.Kestrel(>= 2.0.0)
- System.ComponentModel.Annotations(>= 4.4.0)
- Microsoft.AspNetCore.Authentication.JwtBearer(>= 2.0.0)
- Microsoft.AspNetCore.Identity(>= 2.0.0)