First thank you very much for the library. I seem to be running into an issue with your TOTP generator which I hope you can help. (Looking at the change log you seem to be fighting here alot with Base32).
I get a "FormatException: Invalid Base32 characters". If I set "isGoogle=false" I get a result, but an incorrect one. At least not the same as Google Authenticator. I am using the otp version 3.1.3, so the latest available one.
First thank you very much for the library. I seem to be running into an issue with your TOTP generator which I hope you can help. (Looking at the change log you seem to be fighting here alot with Base32).
So basically I have this TOTP:
Yet when I do a:
I get a "FormatException: Invalid Base32 characters". If I set "isGoogle=false" I get a result, but an incorrect one. At least not the same as Google Authenticator. I am using the otp version 3.1.3, so the latest available one.
Google Authenticator, same as https://totp.danhersam.com/ (which uses https://www.npmjs.com/package/otpauth) accept the QR code without issues.