Greenheart / lifewheel

Reflect on Your Life Balance. Offline-first, privacy-friendly web app for your personal well-being.
https://reconnect.earth/lifewheel
GNU Affero General Public License v3.0
14 stars 1 forks source link

Optionally store crypto keys in browser storage for convenience #12

Closed Greenheart closed 1 year ago

Greenheart commented 1 year ago

For users who want convenience, it should be possible to save crypto keys in their browser so they can be reused later. This will improve convenience at the expense of security, but should fit well with the app threat model (assuming that your device is secure).

It should be possible to opt-out for those who only wish to keep their crypto keys in memory during app usage, but never save to persistent browser storage.

This might give some input to start exploring solutions: https://pomcor.com/2017/06/02/keys-in-browser/

Greenheart commented 1 year ago

Now implemented :)