Skip to content

Releases: facile-it/php-jose-verifier

0.4.5 - [2024-04-27]

27 Apr 10:23
Compare
Choose a tag to compare

Hotfix

  • Do not require at_hash and c_hash claims on id_token

0.4.4 - [2023-09-03]

03 Sep 13:38
Compare
Choose a tag to compare

Changed

[0.4.2] - 2023-07-27

27 Jul 10:06
Compare
Choose a tag to compare

Changes

  • Update PSR-7 v2 packages (thanks @Prusias)

[0.4.0] - 2022-06-23

23 Jun 15:25
b6d8cf4
Compare
Choose a tag to compare

Changed

  • Allow web-token/jwt-framework ^3.0
  • Removed web-token/jwt-easy
  • Marked internal classes with @internal
  • Moved namespace Facile\JoseVerifier\ClaimChecker to Facile\JoseVerifier\Checker

[0.3.0] - 2021-05-05

05 May 16:11
Compare
Choose a tag to compare

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

13 Jan 14:06
Compare
Choose a tag to compare
Pre-release

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