buttercup / buttercup-browser-extension

:earth_asia: Buttercup browser extension
https://buttercup.pw
MIT License
231 stars 42 forks source link

Auto login doesnt'work #406

Closed denispollini closed 3 years ago

denispollini commented 3 years ago

Hi i have install firefox extension but if i reopen the browser every time ask me to unlock the vaults, is possible to unlock automacally?

Thanks

catcake commented 3 years ago

Not possible, if this is what you're describing:

Do you mean that between browser/computer restarts, that the vault would stay unlocked? If so, that's not possible as it'd require writing the password to browser storage, which would be insecure.

Originally posted by @perry-mitchell in https://github.com/buttercup/buttercup-browser-extension/issues/397#issuecomment-798967942

perry-mitchell commented 3 years ago

As mentioned above - there's no way to handle this safely right now. I too want this functionality, but not at the cost of exposing primary passwords in plain text, anywhere on a user's computer. See #397 for more details.