Closed codercake closed 4 months ago
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. Please make sure to read this issue for important guidelines. We aim to respond or assign your issue as soon as possible.
it do not logs out until you logout manually dont know what are talking about
Is your feature request related to a problem? Please describe. Remembering login credentials across sessions can enhance user convenience and reduce the need for repeated logins, addressing frustration caused by frequent logins.
Describe the solution you'd like Implement a "Remember Me" checkbox option on the login page. When checked, it will store user credentials securely (typically via cookies) so that users remain logged in even after closing the browser or navigating away from the site.
Describe alternatives you've considered Alternative solutions include persistent login tokens.
Record