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

Support temporary password saving #3

Open
GoogleCodeExporter opened this issue Aug 13, 2015 · 1 comment
Open

Support temporary password saving #3

GoogleCodeExporter opened this issue Aug 13, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Currently the master password can only be stored forever or not at all. It 
would be nice to support storing it for a fixed length of time or until the 
browser is closed.

Storing it for some fixed time safely would require a background page, which 
the extension doesn't currently have and would make it take more memory. 
Storing it until the browser is closed seems like it would be possible with 
HTML5 session storage, but currently every extension page invocation (i.e. each 
new popup) has a fresh HTML session key and thus session storage doesn't 
persist.

Original issue reported on code.google.com by [email protected] on 10 Aug 2012 at 11:25

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant