Releases: anthonyg-1/PSJsonWebToken
Releases · anthonyg-1/PSJsonWebToken
v1.19.0
v1.18.1
2/27/2025 - v1.18.1
Bug Fixes
- Added error handling for usage of
IncludeX509Certificate
parameter whenx5c
is not a proper base64 encoded certificate for target JWK for theGet-JwkCollection
function.
v1.18.0
2/26/2025 - v1.18.0
Enhancements
- Added warning for usage of
IncludeX509Certificate
parameter whenx5c
does not exist on target JWK for theGet-JwkCollection
function.
v1.17.0
2/26/2025 - v1.17.0
New Features
- Added
IncludeX509Certificate
parameter toGet-JwkCollection
.
v1.16.0
10/23/2024 - v1.16.0
Enhancements
- Added cmdlet aliases for
ConvertFrom-EncodedJsonWebToken
.
v1.15.0
7/4/2024 - v1.15.0
Enhancements
- Added parameter aliases to
New-JsonWebToken
v1.14.0
6/26/2024 - v1.14.0
Enhancements
- Added cmdlet and parameter aliases to
Convert-X509CertificateToBase64
v1.13.1
5/2/2024 - v1.13.1
Enhancements
- Added InjectionHunter ruleset to PSScriptAnalyzer tests.
v1.12.2
2/8/2024 - v1.12.2
Bug Fixes
- Corrected JSON serialization depth warning on
Show-DecodedJwt
v1.12.1
4/28/2023 - v1.12.1
Bug Fixes
- Corrected parameter order on
New-JsonWebToken