-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cloud Backup and Sync #53
Comments
Doing a regular export of encrypted file(s) (like described inside ReadMe features todo list) inside a user configured folder would be enough, paired with something like syncthing. |
This app should be without NETWORK permission like Aegis, please. |
The network permission doesn't necessarily mean that the app accesses the network all the time. It's just there to show that it can access when it needs to. You can just keep the app from accessing the internet, modern ROMs allow you to disable network access per-app basis. |
I would feel more comfortable with such an app without network permission at all. |
Why? Dosen't it need network permission to get the codes and function in general? |
Codes are generated offline using known algorithms plus a secret key. These infos can be entered into the app by hand or by scanning a qr code containing those info. Network is never involved in the process on the app side. |
2FA authenticators work offline. |
Backing up to a Nextcloud instance would be a great feature. It supports WebDAV so it shouldn't be hard to do. |
It's been a while so i am just going to close this issue since i don't think the repository owner will do anything about it soon. |
You know, just because an issue is open, it doesn't mean I have the opportunity to address it as early as possible. Similarly, just because I didn't implement the functionality now, it doesn't mean it won't come ever. The purpose of issues isn't just to add stuff to the app, issues exist to avoid requesting the same thing multiple times. That being said, you closing this as "not planned" came out weird, as I never said I wouldn't implement it. People might come to the repository, search for closed issues, and find that cloud sync is apparently "not planned", which is not the case. I'll reopen this because I need something to track the feature with. If you desperately need cloud backup and sync, either switch to another app (be it temporarily or permanently), or feel free to PR the functionality and I'll be glad to review the code. |
Just like Google authenticator, I think it is REALLY important to have those keys saved in the cloud. So if your device gets wiped and you cant have a code on Mauth and Google auth on the same time, the codes may be long gone.
At least add Log in with Google or just connect it to Google auth so the actual code for the mauth authenticator login which has more codes.
The text was updated successfully, but these errors were encountered: