Releases: daegalus/dart-otp
Releases · daegalus/dart-otp
3.1.4
What's Changed
- Allow lowercase base32 strings if isGoogle is set to true by @amadejkastelic in #46
Full Changelog: v3.1.2...3.1.4
3.1.1
3.1.0
- Bug where all secrets were being treated as Base32 by default, when RFC default is ASCII. Base32 is only when using Google Authenticator mode. This came about due to even when not using Google, secrets were Base32 encoded anyway by most implementations, so the bug wasn't caught, including my tests where I pre-encoded everything as Base32. (thanks @pt-rick for catching this.)
- Used
notp
andotplib
to verify my outputs.
- Used
3.0.4
3.0.3
3.0.0
3.0.0-nullsafety.0
Remove Convert as a dependency