-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Add auto-logout timer and warning #39
Comments
yeah this is a legit feature request |
MVP is to enable by default, lock out after some time period, with a boolean check in config. |
Hi I wanted to take a crack at creating a PR for this, I have been using metamask myself for a bit now and would really like an auto lock option as I always forget. Is there a way I can help contribute? |
In some ways, this is a very simple feature, but it also requires understanding a pretty wide portion of MetaMask's architecture. Without going into a full lesson/screencast (which I really should maybe do), the key files here would be:
|
I would like to suggest the timer to be based on last interaction with Metamask and not based on last login. Eagerly waiting for this feature! |
I think this is a security risk waiting to happen. Auto-logoff is default on most apps and many desktop wallets. I never remember to go log off - especially since its off in a sub menu. My brain is often 3 levels deep into a trade or sending a friend coins - not worried about recalling to see if this particular wallet logs me off (I have like 10 various wallet softwares). I once found Metamask logged in and it had been a weeks! My opinion is that it should be bumped up for implementation consideration because it effects the security of so many users of your great tool. Default to 30 min auto-logoff... have an advanced setting to change it to any time-frame or off. Thanks for the superb wallet! |
relates to #5790 |
Let's address this with a drop-down in the "Security and Privacy" portion of settings. Default behavior remains the same, but allow users to specify a time after which the extension requires unlocking. |
Is this done, or has it been decided not to implement it? |
@asymmetric I "closed" this because the work was done with #6558 and merged to our So reopening for now, and will give proper comment before next closing |
Add XmlHttpRequest to plugin endowments
(Feature) New color palette for NW account
Probably as a configurable option, a logout timer is a nice added security for when people forget to lock their vault themselves.
The text was updated successfully, but these errors were encountered: