-
Notifications
You must be signed in to change notification settings - Fork 212
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
Class 'JWT' not found #25
Comments
Hi, it is due to recen changes on the master branch. They also tagged the package before te changes, I recommend you to point to ~2.2. |
I have released the version 1.0.7 that points to the right version so there is no need to add this dependency on your composer.json |
I tried to run composer update to fix the issue after specifying 1.0.7 for the auth0 plugin, however I got errors saying that version 2.2 of firebase/php-jwt could not be found. I resolved this by adding "firebase/php-jwt": "v2.2.0" as a dependancy of my project. |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
It appears the namespace of the JWT class from the firebase/php-jwt has changed and therefore the usage in the Auth0 SDK no longer works.
The text was updated successfully, but these errors were encountered: