Skip to content

3.6.0

Compare
Choose a tag to compare
@robotdan robotdan released this 06 Nov 17:02
· 93 commits to master since this release

Changes in 3.6.0

  • Add the x5c to the JSON Web Key Builder
  • When provided, use the x5c JSON Web Key property to verify the public key modulus and exponent.
  • Improve KeyUtils.getKeyLength to report the correct key length for some EC keys.
  • Add support for clock skew in the JWT Decoder. See JWTDecoder.withClockSkew.
  • Add TimeMachineJWTDecoder to support adjusting 'now' which may be helpful in tests to verify old JWTs.