Bca.Jwt
0.1.0
dotnet add package Bca.Jwt --version 0.1.0
NuGet\Install-Package Bca.Jwt -Version 0.1.0
<PackageReference Include="Bca.Jwt" Version="0.1.0" />
paket add Bca.Jwt --version 0.1.0
#r "nuget: Bca.Jwt, 0.1.0"
// Install Bca.Jwt as a Cake Addin #addin nuget:?package=Bca.Jwt&version=0.1.0 // Install Bca.Jwt as a Cake Tool #tool nuget:?package=Bca.Jwt&version=0.1.0
Module to manage JWT tokens.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
0.1.0:
- New-JwtToken: Function to create a JWT token (support HS256, HS384, HS512, RS256, RS384, RS512 so far);
- ConvertFrom-JwtToken: Function to convert a raw JWT token to an object;
- ConvertTo-JwtToken: Function to convert a token object to raw JWT token;
- Test-JwtToken: Function to test is a jwt token is structuraly valid;
- Supports Windows, Linux and MacOS;
- Supports English and French language.