Bubka / 2FAuth

A Web app to manage your Two-Factor Authentication (2FA) accounts and generate their security codes
https://docs.2fauth.app/
GNU Affero General Public License v3.0
2.28k stars 152 forks source link

Store icon data in database for easy backup & restore #364

Closed 5andr0 closed 1 week ago

5andr0 commented 4 months ago

It would be better if icons were stored in the database to fully restore a backup only from the db. If you are considering to implement this, please store the image data encrypted, as this is sensible data aswell. You can still keep the image files for caching. The db entry would just be a redundant store for an easier backup

Bubka commented 4 months ago

It's something that's been on my to-do list for a while, but I left it off to work on the multi-user experience.

Thx for the suggestion, I'm going to consider it again.

Lyly998 commented 4 weeks ago

Y