yuki / myVault

A web interface for HashiCorp Vault which allow to edit secrets with a Markdown editor
https://yuki.github.io/myVault/
GNU General Public License v3.0
0 stars 0 forks source link

Storage secret keys in LocalStorage #65

Open yuki opened 5 years ago

yuki commented 5 years ago

When myVault is opened, the tree is searched in real time, and with lots of secrets, it cost about 30 seconds to appear.

The idea is to save the keys in loalStorage, and maintain it, so the search and the menu will appear very fast.