Skip to content

Releases: anthonyg-1/PSJsonWebToken

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

v1.12.0

20 Apr 19:13
5258def
Compare
Choose a tag to compare

4/20/2023 - v1.12.0

New Features

  • Added JsonWebKey parameter and parameter set to Convert-JwkToPem

Bug Fixes

  • Corrected exception handling on Get-JwkCollection

v1.11.2

19 Apr 21:56
c0aa5e6
Compare
Choose a tag to compare

4/19/2023 - v1.11.2

Bug Fixes

  • Corrected handling of ExcludeDefaultClaims parameter on New-JsonWebToken to exclude all date range attributes (iat, nbf, and exp)

v1.11.1

16 Apr 21:27
3da7dfe
Compare
Choose a tag to compare

4/15/2023 - v1.11.1

Enhancements

  • Changed property name on Convert-JwkToPem to be a more accurate description of the value
  • Added parameter set detection logic on Convert-JwkToPem for future parameter sets to be added

v1.11.0

16 Apr 18:57
f063e97
Compare
Choose a tag to compare

4/15/2023 - v1.11.0

New Features

  • Added new function Convert-JwkToPem

Maintenance

  • Added to help file on New-JsonWebToken

v1.10.5

15 Apr 05:09
8b74eea
Compare
Choose a tag to compare

4/15/2023 - v1.10.5

Enhancements

  • Added check to Get-JwkCollection to ensure only RSA JWKs are processed.

v1.10.4

12 Apr 20:11
59f1590
Compare
Choose a tag to compare

4/12/2023 - v1.10.4

Enhancements

  • Increased minimum and maximum string lengths for the CustomKeyIdentifier parameter on New-JsonWebToken

v1.10.3

12 Apr 19:50
4ac2522
Compare
Choose a tag to compare

4/12/2023 - v1.10.3

Enhancements

  • Added CustomKeyIdentifier parameter to New-JsonWebToken
  • Seperated jti application logic via AddJtiClaim parameter on New-JsonWebToken

Bug fixes

  • Corrected exception handling for signature application for New-JsonWebToken