Releases: facile-it/php-jose-verifier
Releases · facile-it/php-jose-verifier
0.4.5 - [2024-04-27]
Hotfix
- Do not require
at_hash
andc_hash
claims onid_token
0.4.4 - [2023-09-03]
Changed
- use
Psr/Clock
- inject
Psr/Clock/ClockInterface
to web-token checkers - add
web-token/jwt-framework
compatibility
[0.4.2] - 2023-07-27
Changes
- Update PSR-7 v2 packages (thanks @Prusias)
[0.4.0] - 2022-06-23
Changed
- Allow
web-token/jwt-framework
^3.0
- Removed
web-token/jwt-easy
- Marked internal classes with
@internal
- Moved namespace
Facile\JoseVerifier\ClaimChecker
toFacile\JoseVerifier\Checker
[0.3.0] - 2021-05-05
Added
- psalm integration
- Added compatibility with PHP 8.0
Changed
- Upgraded
web-token/jwt-framework
packages with minimum required version of^2.2
Fixed
- Fixed validation of the IdToken using the header
alg
[0.3.0-beta1] - 2021-01-13
Added
- psalm integration
- Added compatibility with PHP 8.0
Changed
- Drop support for PHP < 7.3
- Upgraded
web-token/jwt-framework
packages with minimum required version of^2.0
Fixed
- Fixed validation of the IdToken using the header
alg