Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
README: document fix for "missing tokens"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alexzorin committed Jul 29, 2019
1 parent 66bacad commit 89feca9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.:
Expand Down

0 comments on commit 89feca9

Please sign in to comment.