You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2021. It is now read-only.
Presently, I have not found any way to persuade google-authenticator to display the QR code for my user account without having to generate a new secret key.
I've just recently gotten a new phone and while trying to set up google authenticator on the new phone, I was looking for a way to simplify adding this account to the mobile app without changing the secret key (which would have caused my other devices to stop working properly).
I am well aware that I can obtain the secret key from the ~/.google-authenticator file. However, given that there is already an interface with libqrencode and it works properly with a newly-generated key, I would like to see the same functionality made available to display an existing secret key as well.
The text was updated successfully, but these errors were encountered:
For now you can add this early in main and recompile:
displayQRCode("aaaaaaaaa", "label", 1, "issuer");
Marking this issue an enhancement to parse the config file and reprint. But this will only work for TOTP since I don't think the counter is part of the QR code that apps will read.
Presently, I have not found any way to persuade google-authenticator to display the QR code for my user account without having to generate a new secret key.
I've just recently gotten a new phone and while trying to set up google authenticator on the new phone, I was looking for a way to simplify adding this account to the mobile app without changing the secret key (which would have caused my other devices to stop working properly).
I am well aware that I can obtain the secret key from the ~/.google-authenticator file. However, given that there is already an interface with libqrencode and it works properly with a newly-generated key, I would like to see the same functionality made available to display an existing secret key as well.
The text was updated successfully, but these errors were encountered: