speakeasyjs / speakeasy

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

Difference in validation of QR codes between iOS & Android versions #120

Open Karthi-SRV opened 5 years ago

Karthi-SRV commented 5 years ago

What steps will reproduce the problem?

try to add account by scanning QR Code on Android version this works fine, iOS version however gives error that QR code is not valid; my guess is this has to do with url-encoded = sign at end of base32 encoded secret iOS version 12.1 Android version 8.1