Encode and Decode JSON Web Token(JWT) using pem file for .NET.
Info
Version: | 1.0.1 |
Author(s): | Daniel.Zhuang |
Last Update: | Friday, April 14, 2017 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/zhuangjun/pem-jwt |
NuGet Url: | https://www.nuget.org/packages/PemJwt |
Install
Install-Package PemJwt
dotnet add package PemJwt
paket add PemJwt
PemJwt Download (Unzip the "nupkg" after downloading)
Dependencies
- BouncyCastle(>= 1.8.1)
- jose-jwt(>= 2.2.0)
Tags