-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Firebase\JWT\JWT::decode(): Argument #3 ($headers) cannot be passed by reference in src/Token/AppleAccessToken.php:50 #46
Comments
until it is fixed, lock firebase/php-jwt to previous version
|
A quick fix for the issue is to change line 50 in src/Token/AppleAccessToken.php
that will work with later version of JWT (tested on 6.8) |
ran into this first thing this week. causes the most randomly seemingly intermittent failure to auth. did the version rollback of jwt. gonna try the fix itaynoy posted. |
this seems to be the commit that did it for reference. it is a questionable design choice in 2023. |
No description provided.
The text was updated successfully, but these errors were encountered: