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

[API Feature Request] Password TextField #44

Closed
acristoffers opened this issue Oct 15, 2021 · 5 comments
Closed

[API Feature Request] Password TextField #44

acristoffers opened this issue Oct 15, 2021 · 5 comments
Labels
api Issues related to API feature request New feature or improvement

Comments

@acristoffers
Copy link
Contributor

The current TextField widget does not provide a password "type", so the text is always visible.

@acristoffers acristoffers added api Issues related to API feature request New feature or improvement labels Oct 15, 2021
@PitNikola
Copy link
Member

Thanks for the suggestion. We haven't thought of it yet, but probably there are use cases for it. We'll consider adding it, shouldn't be hard. @acristoffers, could you please share some examples of how would you use it?

@acristoffers
Copy link
Contributor Author

That's simple: The Bitwarden extension requires you to type your password from time to time, as the vault gets locked after a certain time of inactivity. It also requires a password when logging in. If Authy ever releases a CLI tool or it will require a password field too. Actually, it allows any plugin to enable authentication from inside.

When thinking about the answer to your question I realized that extensions are now closer to SPAs than to the previous scripts thing. In Bitwarden, for example, the view can be adapted to show the login or unlock views depending on the current status of the vault, all from inside a "list items" command. So if I try to search for an item and the vault is locked, I'm presented the unlock view, type my password and get back to the list view after successfully unlocking, without having to invoke different commands for that.

@ben-xD
Copy link

ben-xD commented Jan 8, 2022

@PitNikola, perhaps you misunderstand what the issue describes. A picture can explain:
Screenshot 2022-01-08 at 15 15 49

The password is shown in plain text.

Thanks :)

@PitNikola
Copy link
Member

This feature is planned for Q1. Stay tuned.

@fe9lix
Copy link
Member

fe9lix commented Jan 31, 2022

Shipped!

@fe9lix fe9lix closed this as completed Jan 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues related to API feature request New feature or improvement
Projects
None yet
Development

No branches or pull requests

4 participants