oauth2-openid-connect-client icon indicating copy to clipboard operation
oauth2-openid-connect-client copied to clipboard

Doesnt work with php 8.1

Open linuxd3v opened this issue 2 years ago • 0 comments

Looks like it doesn't work with php 8.1 - fails with this message:

{"exception":"[object] (Lcobucci\JWT\Signer\InvalidKeyProvided(code: 0): It was not possible to parse your key, reason: error:0607A082:digital envelope routines:EVP_CIPHER_CTX_set_key_length:invalid key length at /var/www/site/vendor/lcobucci/jwt/src/Signer/InvalidKeyProvided.php:17)

I think its just that Lcobucci\JWT 3.4 library is incompatible with php 8+ -> and should be upgraded to version 4.

linuxd3v avatar May 16 '22 19:05 linuxd3v