cakephp-api
cakephp-api copied to clipboard
JWT::decode() Compatibility with firebase/php-jwt:v6.9.0
HI,
the third parameter JWT::decode() in firebase/php-jwt:v6.9.0 is changed.
With these changes, I tried to solve this incompatibility problem.
I hope I have done this correctly.