Releases: facile-it/php-jose-verifier
Releases · facile-it/php-jose-verifier
0.5.2 - [2026-01-12]
Fixed
- #27 Inject clock on
NotBeforeCheckerto suppress deprecation warning (Thanks @angelomelonas)
0.5.1 - [2026-01-08]
Fixed
- Fixed jwt-library warning porting commits from v0.4.4 (#25)
- Add support for php 8.5
0.5.0 - [2025-01-02]
Added
- Add support for PHP 8.2 and 8.3
Changed
- Drop support for PHP < 8.1
- Changed
psalmtypes - Moved builders in
Facile\JoseVerifier\Buildernamespace - Immutable builders
- Replaced deprecated
web-token/*packages withweb-token/jwt-library - Drop support for JWE compression (deprecated dependency)
Fixed
- Fixed check for mandatory
auth_timewhenrequire_auth_timeistrue
Removed
- Removed
psalmplugin
0.4.5 - [2024-04-27]
Hotfix
- Do not require
at_hashandc_hashclaims onid_token
0.4.4 - [2023-09-03]
Changed
- use
Psr/Clock - inject
Psr/Clock/ClockInterfaceto web-token checkers - add
web-token/jwt-frameworkcompatibility
[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\ClaimCheckertoFacile\JoseVerifier\Checker
[0.3.0] - 2021-05-05
Added
- psalm integration
- Added compatibility with PHP 8.0
Changed
- Upgraded
web-token/jwt-frameworkpackages 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-frameworkpackages with minimum required version of^2.0
Fixed
- Fixed validation of the IdToken using the header
alg