You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2026. It is now read-only.
Is your feature request related to a problem?
I can't find a way to natively implement a checkbox to allow "saving the login".
Describe the solution you'd like
I would like any option to allow saving the login info so authenticating is faster
Describe alternatives you've considered
One option would be to add a timeout after the user pressed "login" to allow the device native "save password in keychain" to be displayed for longer and isn't being skipped (without the user having time to save it - which is currently the case)
Android saves the auth session in chrome more consistently, so it auto-logins more often by itself - but not 100% of the time.
Is your feature request related to a problem?
I can't find a way to natively implement a checkbox to allow "saving the login".
Describe the solution you'd like
I would like any option to allow saving the login info so authenticating is faster
Describe alternatives you've considered
One option would be to add a timeout after the user pressed "login" to allow the device native "save password in keychain" to be displayed for longer and isn't being skipped (without the user having time to save it - which is currently the case)
Android saves the auth session in chrome more consistently, so it auto-logins more often by itself - but not 100% of the time.