-
Notifications
You must be signed in to change notification settings - Fork 98
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
Password on transaction flow #1638
Comments
i think we should let users choose if they want this |
Different users may have different requirements. For me this would make a lot of sense, for two reasons:
I think it also helps with application security, since we no longer need to persist the password in state (so any kind of code injection wouldn't be able to copy it, although they could still display false things to the user). |
thanks for the input @cwgoes! i think this makes a lot of sense and was excited to hear the idea!!
true, but i feel some folks might like the comfort of knowing that if someone else uses their computer or if they are on a public machine that a password will be required to view "their state" voyager on the web will provide a hub-wide state view - but for accounts which include an account name and certain preferences over time, this could feel like an invasion of sorts. that's why i like giving the user the option (a checkbox that asks whether or not they want to enter their password to view their state)...
yep. this sounds great. |
isn't the state public anyway? |
technically, yes. but "logging in as someone else" doesn't feel right. what your proposing would mean you could pick any address and use voyager as if it were your own account ... right? |
yeah, let's discuss today |
Note: This would probably mean 2 passwords. One for the local account. One for the private key. Am I correct? |
good question - we'll discuss! |
|
That's true, we can include that behaviour once we merge in the explorer as the read-only version of voyager. I'll create an issue. |
I'd change this to remember the last address for querying purposes |
The last feature needs more thinking is handled in #1953 |
As of user feedback we decided to not persist the password in the state. As a result we will ask the password on every transaction.
Scope:
The text was updated successfully, but these errors were encountered: