turikhay / passwordmanager-for-authme

Enhance security across servers utilizing the AuthMe plugin
https://modrinth.com/mod/pwam
MIT License
0 stars 0 forks source link

Cross-instance password sync #2

Open turikhay opened 3 months ago

turikhay commented 3 months ago

Introduce a feature to synchronize passwords across different devices or instances.

I was thinking of leveraging cloud solutions such as Google Drive as a shared storage.

Given our use of SQLite and straightforward table structure, merging the data shouldn't be too hard.