Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 714 Bytes

CHANGELOG.md

File metadata and controls

29 lines (15 loc) · 714 Bytes

Unreleased

v1.2.0 (2024-10-01)

  • Support PHP 8.3

v1.1.0 (2023-11-06)

  • Support newer versions of PSR cache and log interfaces

v1.0.0 (2023-10-26)

  • Upgrade to firebase/php-jwt: ^6.0 - in most cases this will not affect external users of this library. However, if you are directly using the included CertificateProvider classes note that these now return an array of Firebase\JWT\Key objects, not strings.

v0.3.0 (2022-10-17)

  • Support PHP 8.1 and PHP 8.2

v0.2.0 (2021-11-01)

  • Support PHP 8.0

v0.1.1 (2021-01-18)

  • Add new audience_path_and_query token constraint matcher to ignore protocol and hostname mismatches on URL audiences

v0.1.0 (2020-12-08)

  • Initial version