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

Fix for issue #2143 #2144

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

little-apps
Copy link

@little-apps little-apps commented Jul 21, 2021

This is one possible fix for issue #2143. Another possible fix is clearing the claims before a JWT is parsed by calling \Tymon\JWTAuth\Facades\JWTFactory::emptyClaims(); in Tymon\JWTAuth\Http\Middleware\BaseMiddleware, however, that class is marked as deprecated.

… emptied before a new JWT payload is created.
@Messhias
Copy link

This is one possible fix for issue #2143. Another possible fix is clearing the claims before a JWT is parsed by calling \Tymon\JWTAuth\Facades\JWTFactory::emptyClaims(); in Tymon\JWTAuth\Http\Middleware\BaseMiddleware, however, that class is marked as deprecated.

Hi, how are you doing? we forked the library to https://github.com/PHP-Open-Source-Saver/jwt-auth

If you want to migrate your PR to our repository, we'll keep it active as much we can and we're looking for someone to help us out to contribute.

Thank you,

smartech7 pushed a commit to smartech7/php-jwt-authentication that referenced this pull request Aug 4, 2023
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.

None yet

2 participants