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

Add remember_me expiration #816

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

Conversation

levinuss
Copy link
Contributor

This adds both automated (via a cookie expiration) and manual (via user interaction) possibilities to invalidate / expire remember_me tokens that were previously set during login.

Adds an expiration of 7 days to the `remember_me` cookie.
laravel/framework#39186
This adds a settings option, that allows users to reset their
`remember_me` token, effectively invalidating all `remember_me` cookies
set on any device. The actual existing sessions are not terminated.
@levinuss levinuss added the enhancement New feature or request label Apr 16, 2024
@levinuss levinuss self-assigned this Apr 16, 2024
@levinuss levinuss requested a review from schu April 16, 2024 16:27
@schu schu force-pushed the levinuss/remember-me-expiration branch from f29a9e2 to 11bff82 Compare April 17, 2024 07:24
@schu
Copy link
Member

schu commented Apr 19, 2024

Heads-up: I have cherry-picked Add remember_me cookie expiration into schu/next (merged now), for the other update I'll need more time to look into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants