-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
"Remember Me" Feature for Authentication #2488
Comments
Similar could be done for OrgURI, everytime user log out we have to enter URI again. |
I would like to work on this |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
@Dante291 Are you working on this? |
yup working on it |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
inactive, unassigning |
@palisadoes @noman2002 My pre university exams are going on will ask to be assigned back after a week |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
working on it |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
@Dante291 Just checking in that this is still being worked on |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
@Dante291 Is this still active? |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
unassigning due to no activity or open PR |
May I work on this feature? |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Unassigning. No activity |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
I would like to work on this and deliver this feature within a month. |
This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue. |
Can someone assign me this issue ? |
unassigning. inactivity |
@Saanvi26 I've assigned the issue to you |
@Saanvi26 Are you still working on this one ? |
Yes I'm working on it |
Describe the bug
Currently, there is no functionality in the application to remember user credentials after logging out. This feature is essential for enhancing user experience, especially for users who frequently access the application and prefer not to re-enter their credentials each time.
To Reproduce
N/A
Expected behavior
When the user logs in and selects "Remember Me", their credentials should be securely stored locally on the device. Upon logging out and reopening the application, the login screen should display the option to log in with the previously saved credentials. The user can then choose to log in automatically without re-entering their credentials.
Actual behavior
Currently, the application does not offer the option to remember user credentials. After logging out, the login screen always appears blank, requiring the user to manually enter their credentials each time they reopen the application.
Screenshots
N/A
Additional details
Implementing the "Remember Me" feature would significantly improve user convenience and streamline the login process. It would contribute to a smoother user experience and encourage user engagement with the application.
The text was updated successfully, but these errors were encountered: