speakeasyjs / speakeasy

**NOT MAINTAINED** Two-factor authentication for Node.js. One-time passcode generator (HOTP/TOTP) with support for Google Authenticator.
MIT License
2.7k stars 228 forks source link

Invalid format when using Google 2FA in iOS. #126

Open kevin1193 opened 5 years ago

kevin1193 commented 5 years ago

The url generated works fine in android, but we have encountered issue in iOS

AmirDolat commented 3 years ago

In android the "Aegis Authenticator" has the same issue.

jellydn commented 3 years ago

FYI, https://github.com/yeojz/otplib is the solution if you run into this issue.