Secures the access to endpoints in WebAPI 2 using JWT (JsonWebToken).
Info
Version: | 1.0.0.6 |
Author(s): | Ewald Stieger |
Last Update: | Wednesday, February 15, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/AtomStar/WebApiSecure |
NuGet Url: | https://www.nuget.org/packages/WebApiSecure |
Install
Install-Package WebApiSecure
dotnet add package WebApiSecure
paket add WebApiSecure
WebApiSecure Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.WebApi(>= 5.2.0)
- Unity.WebAPI(>= 5.1.0)
- Microsoft.IdentityModel.Tokens(>= 5.1.2)
- System.IdentityModel.Tokens.Jwt(>= 5.1.2)
- Newtonsoft.Json(>= 9.0.1)
Tags