-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adjust login to be friendlier to saving and restoring passwords #7
Comments
chrome seems to be autofilling the fields just fine for me... Saving login credentials in a wallet sounds kinda risky (i'd much rather only store sessions), and overall integrating it with the auth system might be too flaky (what if the app runs into a captcha while logging in?) |
the point of the OS wallet is to provide storage for credentials and whatnot.
matrix's model of predefined authentication methods in the protocol makes this easy. if it's a |
Clients could just use |
either way, i think we should have a way for clients with information saved to be able to automatically go "can you do something with this password form" instead of having to rely on the user to select a choice in the UI |
I suppose. Clients can probably just manually invoke (it would probably look like a tape recorder playing back to the user though as the steps are being filled out :harold:) |
Currently, the highly dynamic nature of login makes it hard for clients other than web browsers that see "that's a username and that's a password field, let's autocomplete" to fill passwords, or better yet, save login details in the OS-provided wallet and attempt to create a new session when the old one expires
The text was updated successfully, but these errors were encountered: