- Issue created by @cafuego
- 🇦🇺Australia cafuego
The oauth2-server-php library has a few issues with deprecations, which are addressed by https://github.com/bshaffer/oauth2-server-php/pull/1075
You can add https://patch-diff.githubusercontent.com/raw/bshaffer/oauth2-server-php/... to your composer.patches.json file.
- 🇦🇺Australia cafuego
And found an issue in the Authorize form. The translations placeholders passed in the disclaimer in t() do not match the conditional that checks which ones are set and which not, so if some are NULL they end up breaking the form.
- Merge request !42Issue #3510835: Ensure the conditional disclaimer only translates strings that exist. → (Merged) created by cafuego
- 🇦🇺Australia cafuego
The library has been updated for PHP 8.4 compat - https://github.com/bshaffer/oauth2-server-php/releases/tag/v1.14.2