- Support PHP 8.3
- Support newer versions of PSR cache and log interfaces
- 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 ofFirebase\JWT\Key
objects, not strings.
- Support PHP 8.1 and PHP 8.2
- Support PHP 8.0
- Add new
audience_path_and_query
token constraint matcher to ignore protocol and hostname mismatches on URL audiences
- Initial version