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

Remember me feature #145

Merged
merged 4 commits into from
Dec 15, 2022
Merged

Remember me feature #145

merged 4 commits into from
Dec 15, 2022

Conversation

letsintegreat
Copy link
Contributor

Closes #142

Implemented a "Remember me" feature to save us from the tedious process of entering username and password every time we open the app.

If remember me check box is checked, User creds are being stored using flutter_secure_storage package. On start, the check is made, if username and password are found in storage, then the app auto logs in.

On logging out, the creds are deleted from storage.

@fredfalcon fredfalcon enabled auto-merge December 15, 2022 15:04
@fredfalcon fredfalcon merged commit 17d0e98 into OWASP-BLT:main Dec 15, 2022
@letsintegreat letsintegreat deleted the issue-142-remember-me branch December 15, 2022 16:48
DonnieBLT pushed a commit that referenced this pull request Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "Remember me" option while logging in
2 participants