Skip to content

Releases: anthonyg-1/PSJsonWebToken

v1.19.0

05 Mar 23:07
ae4b684
Compare
Choose a tag to compare

3/5/2025 - v1.19.0

Enhancements

  • Added SendToClipboard parameter for ``Show-DecodedJwt``` function.
  • Updated help for Get-JwkCollection.

v1.18.1

27 Feb 13:39
0b8905b
Compare
Choose a tag to compare

2/27/2025 - v1.18.1

Bug Fixes

  • Added error handling for usage of IncludeX509Certificate parameter when x5c is not a proper base64 encoded certificate for target JWK for the Get-JwkCollection function.

v1.18.0

26 Feb 16:54
772d6dc
Compare
Choose a tag to compare

2/26/2025 - v1.18.0

Enhancements

  • Added warning for usage of IncludeX509Certificate parameter when x5c does not exist on target JWK for the Get-JwkCollection function.

v1.17.0

26 Feb 16:33
28a8244
Compare
Choose a tag to compare

2/26/2025 - v1.17.0

New Features

  • Added IncludeX509Certificate parameter to Get-JwkCollection.

v1.16.0

23 Oct 16:55
51f20c0
Compare
Choose a tag to compare

10/23/2024 - v1.16.0

Enhancements

  • Added cmdlet aliases for ConvertFrom-EncodedJsonWebToken.

v1.15.0

04 Jul 15:55
ab17c3f
Compare
Choose a tag to compare

7/4/2024 - v1.15.0

Enhancements

  • Added parameter aliases to New-JsonWebToken

v1.14.0

26 Jun 16:08
a5c2a9b
Compare
Choose a tag to compare

6/26/2024 - v1.14.0

Enhancements

  • Added cmdlet and parameter aliases to Convert-X509CertificateToBase64

v1.13.1

02 May 22:22
a13a5be
Compare
Choose a tag to compare

5/2/2024 - v1.13.1

Enhancements

  • Added InjectionHunter ruleset to PSScriptAnalyzer tests.

v1.12.2

09 Feb 03:24
0a68dab
Compare
Choose a tag to compare

2/8/2024 - v1.12.2

Bug Fixes

  • Corrected JSON serialization depth warning on Show-DecodedJwt

v1.12.1

28 Apr 07:09
bf112f4
Compare
Choose a tag to compare

4/28/2023 - v1.12.1

Bug Fixes

  • Corrected parameter order on New-JsonWebToken