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

[fixing] - Remove path Token in Lcobucci\JWT\Builder for Laravel 5.7 #2244

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

Conversation

deyan-ardi
Copy link

@deyan-ardi deyan-ardi commented Mar 7, 2024

An error in methods getBuilderFromClaims,
Return value of Tymon\JWTAuth\Providers\JWT\Lcobucci::getBuilderFromClaims() must be an instance of Lcobucci\JWT\Token\Builder, instance of Lcobucci\JWT\Builder returned
gambar

So i deleted Token path, from use Lcobucci\JWT\Token\Builder; to use Lcobucci\JWT\Builder; for fixing this error

@deyan-ardi deyan-ardi changed the title [fixing] - remove path Token in Lcobucci\JWT\Builder [fixing] - Remove path Token in Lcobucci\JWT\Builder for Laravel 5.7 Mar 7, 2024
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

1 participant