Bca.Jwt

0.1.0

Module to manage JWT tokens.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Bca.Jwt

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Bca.Jwt

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 Bca. All rights reserved.

Package Details

Author(s)

  • Baptiste Cabrera

Tags

jwt jsonwebtoken token jwttoken Windows Linux MacOS

Functions

ConvertFrom-JwtToken ConvertTo-JwtToken New-JwtToken Test-JwtToken

Dependencies

This module has no dependencies.

Release Notes

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.

FileList

Version History

Version Downloads Last updated
0.1.0 (current version) 288 9/18/2020
0.0.2 19 7/14/2020
0.0.1 14 7/13/2020