Closed yghazi closed 3 years ago
Try using Algorithm: otp.AlgorithmSHA1
- I think the iOS version supports less algorithms for the TOTP.
hi @yghazi @pquerna I got same issue today when using Algo SHA512 on Iphone google authenticator. Switch to SHA1, it works.
(SHA512 still works with Iphone Authen and Android Google Authenticator)
So I think best way to support Iphone GG authenticator is switch it to SHA1
The resultant
test.html
shows a QR code that provides correct codes when scanned with Google Authenticator on Android, but not on iPhone.