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

Consistently retrieve client uuids value from Passport #1711

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

rojtjo
Copy link
Contributor

@rojtjo rojtjo commented Jan 29, 2024

I noticed while developing an internal package where I pre-configure Passport from the boot method of a service provider that there were some inconsistencies.

In some places config('passport.client_uuids') is used while in other places Passport::clientUuids() is used.

Because I only used Passport::setClientUuids(true) this resulted in an error due to the uuid not being set in the creating event.

@taylorotwell taylorotwell merged commit 8498677 into laravel:11.x Jan 29, 2024
10 checks passed
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.

2 participants