zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

Plugins #129

Closed BenjaminHae closed 7 years ago

BenjaminHae commented 7 years ago

This implements a small plugin system. The goal is to decrease functionality in the core and make everything more modular. There is a small example plugin that provides a clickable button for every account opening the url saved with that account. Next step is to move all "Tag" functionality from the core and into a plugin.