freeotp / freeotp-ios

Apache License 2.0
686 stars 173 forks source link

Cannot import tokens from Google Authenticator QR codes #290

Open mokahless opened 2 years ago

mokahless commented 2 years ago

"Invalid URI!" when scanning Google Authenticator transfer QR code

version 2.3.2 of the iOS app. I tried with exporting all 3 of my accounts (tokens), then tried just one. I get this error each time. Tried it from a QR code from two different phones from various distances.

justin-stephenson commented 2 years ago

What is the 2FA service where the token originates from?

If you can get the base encoded secret value from Google auth then you might try adding the token with https://freeotp.github.io/qrcode.html replacing the secret value

richelbilderbeek commented 10 months ago

I had the same problem, the link provided works like a breeze. Thanks!