From 89feca94142baa3ac0c982741337da37521a5ec3 Mon Sep 17 00:00:00 2001 From: Alex Zorin Date: Tue, 30 Jul 2019 08:39:05 +1000 Subject: [PATCH] README: document fix for "missing tokens" It may be necessary to force the Authy app to resynchronize its backups before authy-export is able to see all of them. Resolves #1. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 29569da..d9715e6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ This program will enrol itself as an additional device on your Authy account and 5. If the program is able to fetch your TOTP encrypted database, it will prompt you for your Authy backup password. This is required to decrypt the TOTP secrets for the next step. 6. The program will dump all of your TOTP tokens in URI format, which you can use to import to other applications. +If you [notice any missing TOTP tokens](https://github.com/alexzorin/authy/issues/1#issuecomment-516187701), please try toggling "Authenticator Backups" in your Authy settings, to force your backup to be resynchronized. + **How do you then import it into another app?** Up to you, depends on the app. If the app uses QR scanning, you can try stick all the dumped URIs into a file (`tokens`) and then scan each QR code from your terminal, e.g.: