Provides easy implementation for JWT-based HTTP authentication in an ASP.NET Web API project.
Info
Version: | 2.0.7 |
Author(s): | Jamie Kurtz |
Last Update: | Wednesday, April 22, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/jamiekurtz/JwtAuthForWebAPI |
NuGet Url: | https://www.nuget.org/packages/JwtAuthForWebAPI |
Install
Install-Package JwtAuthForWebAPI
dotnet add package JwtAuthForWebAPI
paket add JwtAuthForWebAPI
JwtAuthForWebAPI Download (Unzip the "nupkg" after downloading)
Dependencies
- log4net(2.0.2)
- System.IdentityModel.Tokens.Jwt(4.0.0)
Tags