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

Fixed RefreshToken mutation #180

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

ErfaNEP1
Copy link

@ErfaNEP1 ErfaNEP1 commented Aug 6, 2024

This pull request fixes the RefreshToken mutation returning Call to undefined method Lcobucci\\JWT\\Configuration::forUnsecuredSigner()
on Lcobucci\JWT: "5.0" Configuration::forUnsecuredSigner() is removed
so I followed the steps on their documentation to upgrade to the latest version
( upgrade steps )
Fixes #167

@joselfonseca
Copy link
Owner

@ErfaNEP1 Can you please update the branch since we just merged #179
Thanks!

@ErfaNEP1
Copy link
Author

ErfaNEP1 commented Aug 6, 2024

I guess it's synced now

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

Successfully merging this pull request may close these issues.

refreshToken has stopped working due to changes in JWT
2 participants