Middleware that enables an application to protect and validate JSON Web Tokens.
Info
Version: | 4.2.2 |
Author(s): | Microsoft |
Last Update: | Wednesday, May 11, 2022 |
.NET Fiddle: | Online Example |
Project Url: | https://github.com/aspnet/AspNetKatana |
NuGet Url: | https://www.nuget.org/packages/Microsoft.Owin.Security.Jwt |
Install
Install-Package Microsoft.Owin.Security.Jwt
dotnet add package Microsoft.Owin.Security.Jwt
paket add Microsoft.Owin.Security.Jwt
Microsoft.Owin.Security.Jwt Download (Unzip the "nupkg" after downloading)
Dependencies
- Owin(>= 1.0.0)
- Microsoft.Owin(>= 4.1.1)
- Microsoft.Owin.Security(>= 4.1.1)
- Microsoft.Owin.Security.OAuth(>= 4.1.1)
- System.IdentityModel.Tokens.Jwt(>= 5.3.0)
Tags