Skip to content
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

Lcobucci\JWT\Signer\Key\LocalFileReference is removed at version >5.0 but still used in IdTokenResponse #64

Open
BraunLukas opened this issue Oct 23, 2024 · 0 comments

Comments

@BraunLukas
Copy link

In the IdTokenResponse class, you're using Lcobucci\JWT\Signer\Key\LocalFileReference:

$key = LocalFileReference::file($this->privateKey->getKeyPath(), (string)$this->privateKey->getPassPhrase());

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant