Skip to content

[9.x] Unqueue recaller cookie #45305

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

Merged
merged 2 commits into from
Dec 14, 2022
Merged

[9.x] Unqueue recaller cookie #45305

merged 2 commits into from
Dec 14, 2022

Conversation

bytestream
Copy link
Contributor

If you login with remember me and then logout within the same controller action, the user isn't actually logged out as the recaller cookie is still queued in the response:

Auth::attempt(['email' => 'foo@bar', 'password' => 'bar'], true);
Auth::logoutCurrentDevice();

bytestream and others added 2 commits December 14, 2022 12:48

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
@bytestream bytestream changed the title Unqueue recaller cookie [9.x] Unqueue recaller cookie Dec 14, 2022
@taylorotwell taylorotwell merged commit 5ccc1fa into laravel:9.x Dec 14, 2022
@bytestream bytestream deleted the patch-3 branch December 14, 2022 14:39
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