Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jan 22:56
· 477 commits to master since this release
  • Added: Support for Elliptic Curve Diffie-Hellman Ephemeral Static algorithms
  • Added: JWT::tokenHash() to calculate OpenID Connect access token hash values
  • Changed: When parsing multi-recipient JWTs and JWEs without corresponding
    key, the error code for InvalidTokenException was changed from
    TOKEN_PARSE_ERROR to SIGNATURE_VERIFICATION_ERROR (for JWSs) and
    DECRYPTION_ERROR (for JWEs), so that they are consistent with their
    single-recipient equivalents
  • Fixed: Decoding JSON formatted JWEs and JWKs
  • Fixed: Parsing multi-recipient JWTs and JWEs