Releases: kelvinmo/simplejwt
Releases · kelvinmo/simplejwt
v0.6.3
- Deprecated: Helper::getObject() and Helper::getJWTObject() have been
replaced by Helper::decode() and Helper::decodeFully() respectively,
and will be removed in future versions
v0.6.2
v0.6.1
Version 0.6.1
v0.6.0
- 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
v0.6.0-rc.2
Additional tests
v0.6.0-rc.1
Add support for ECDH-DS algorithms (#43)
v0.5.3
Version 0.5.3