As I'm using a rolling Linux distro on my development machines, I just upgraded to PHP 8.5 there, and I'm seeing this error message with v1.14.2 (latest release):
Deprecated: Using null as an array offset is deprecated, use an empty string instead in /.../vendor/bshaffer/oauth2-server-php/src/OAuth2/Server.php on line 519
Just guessing from the message, I guess the fix is probably relatively easy.
So far, I haven't seen any other issue with PHP 8.5 but I only have utilized the main login/auth flow of my auth server.
As I'm using a rolling Linux distro on my development machines, I just upgraded to PHP 8.5 there, and I'm seeing this error message with v1.14.2 (latest release):
Deprecated: Using null as an array offset is deprecated, use an empty string instead in /.../vendor/bshaffer/oauth2-server-php/src/OAuth2/Server.php on line 519
Just guessing from the message, I guess the fix is probably relatively easy.
So far, I haven't seen any other issue with PHP 8.5 but I only have utilized the main login/auth flow of my auth server.