We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the IdTokenResponse class, you're using Lcobucci\JWT\Signer\Key\LocalFileReference:
IdTokenResponse
Lcobucci\JWT\Signer\Key\LocalFileReference
oauth2-openid-connect-server/src/IdTokenResponse.php
Line 107 in f20665a
However, this class was removed from the package starting with version 5.0.0
You should either remove compatibility with version ^5.0 for now, or update the code to avoid using this class unless it exists.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the
IdTokenResponse
class, you're usingLcobucci\JWT\Signer\Key\LocalFileReference
:oauth2-openid-connect-server/src/IdTokenResponse.php
Line 107 in f20665a
However, this class was removed from the package starting with version 5.0.0
You should either remove compatibility with version ^5.0 for now, or update the code to avoid using this class unless it exists.
The text was updated successfully, but these errors were encountered: