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

USER STORY: Remember Me Option #32

Closed
3 of 4 tasks
kpetrauskas92 opened this issue Aug 11, 2023 · 0 comments
Closed
3 of 4 tasks

USER STORY: Remember Me Option #32

kpetrauskas92 opened this issue Aug 11, 2023 · 0 comments
Assignees

Comments

@kpetrauskas92
Copy link
Owner

kpetrauskas92 commented Aug 11, 2023

Epic #2

As a user logging in,
I want the platform to remember my session
so that I don't have to log in every time I visit.

Acceptance Criteria:

  • GIVEN I am on the login page,
  • WHEN I check the "Remember Me" option and log in,
  • THEN my session should be remembered, and I shouldn't need to log in again for a predefined duration.

Tasks:

  • Add a "Remember Me" checkbox to the login form.
  • Develop frontend logic to detect and handle "Remember Me" option.
  • Implement backend logic to generate longer-lasting session tokens when "Remember Me" is selected.
  • Test to ensure sessions persist across browser restarts when "Remember Me" is selected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

No branches or pull requests

1 participant