oauth2-openid-connect-client
oauth2-openid-connect-client copied to clipboard
Doesnt work with php 8.1
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.