Skip to content

v3.0.0

Choose a tag to compare

@jonasroussel jonasroussel released this 09 Mar 13:45
· 25 commits to main since this release
  • Possible BREAKING CHANGE: exp, nbf and iat are now following the JWT RFC for NumericDate by only using UTC DateTime
  • Add JWK (JSON Web Key) conversion methods to key classes (toJWK())
  • Fix HMAC secret auto detect if base64 is url or not
  • Fix base64Url instead of base64 for string payloads JWT
  • Add header tests for exp, nbf and iat