Releases: firebase/php-jwt
Releases · firebase/php-jwt
v6.9.0
6.9.0 (2023-10-04)
Features
v6.8.1
6.8.1 (2023-07-14)
Bug Fixes
- accept float claims but round down to ignore them (#492) (3936842)
- different BeforeValidException messages for nbf and iat (#526) (0a53cf2)
v6.8.0
6.8.0 (2023-06-14)
Features
Bug Fixes
v6.7.0
6.7.0 (2023-06-14)
Features
- add ed25519 support to JWK (public keys) (#452) (e53979a)
v6.6.0
6.6.0 (2023-06-13)
Features
Bug Fixes
v6.5.0
6.5.0 (2023-05-12)
Bug Fixes
Miscellaneous Chores
- drop support for PHP 7.3 (#495)
v6.4.0
6.4.0 (2023-02-08)
Features
- add support for W3C ES256K (#462) (213924f)
- improve caching by only decoding jwks when necessary (#486) (78d3ed1)
v6.3.2
6.3.2 (2022-11-01)
Bug Fixes
- check kid before using as array index (bad1b04)