Skip to content

Releases: kelvinmo/simplejwt

v0.6.3

03 Mar 23:58
Compare
Choose a tag to compare
  • 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

18 Feb 20:57
Compare
Choose a tag to compare
  • Changed: Updated symfony/console package version
  • Fixed: Compatibility with PHP 8.1 when using ECDH (#58)

v0.6.1

11 Feb 07:04
Compare
Choose a tag to compare
Version 0.6.1

v0.6.0

28 Jan 22:56
Compare
Choose a tag to compare
  • 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

28 Jan 10:06
Compare
Choose a tag to compare
v0.6.0-rc.2 Pre-release
Pre-release
Additional tests

v0.6.0-rc.1

24 Jan 21:29
6185874
Compare
Choose a tag to compare
v0.6.0-rc.1 Pre-release
Pre-release
Add support for ECDH-DS algorithms (#43)

v0.5.3

23 Aug 10:40
Compare
Choose a tag to compare
Version 0.5.3