A basic implementation of the JWT standard for .Net Core.
Info
| Version: | 0.2.0-alpha |
| Author(s): | CoreJWT Contributors |
| Last Update: | Tuesday, February 16, 2021 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/GZidar/CoreJWT |
| NuGet Url: | https://www.nuget.org/packages/CoreJWT2 |
Install
Install-Package CoreJWT2
dotnet add package CoreJWT2
paket add CoreJWT2
CoreJWT2 Download (Unzip the "nupkg" after downloading)
Dependencies
- Newtonsoft.Json(>= 10.0.1)
Tags