You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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