abhijeetnishal / Password-Shield

Password Manager Deployed Link 👇
https://passwordshield.vercel.app
15 stars 30 forks source link

[FEAT]: Add "Remember Me" Section for Auth #134

Closed codercake closed 2 weeks ago

codercake commented 2 weeks ago

Is your feature request related to a problem? Please describe. Repeatedly logging in with username and password can be quite time-consuming.

Describe the solution you'd like The “Remember Me” feature for authentication is designed to improve user experience by reducing the frequency of login prompts. When a user selects “Remember Me” during login, the system stores a persistent cookie in the user’s browser. This cookie allows the system to recognize the user’s device and browser for a set period, typically ranging from several days to a few months.

Screenshots Screenshot 2024-06-15 123245

github-actions[bot] commented 2 weeks ago

Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.

abhijeetnishal commented 2 weeks ago

Currently we already have much token expiry time so we don't need this. Also nowadays websites don't need.

Contribute to other issues, good luck.