Skip to content

Releases: Web3Auth/single-factor-auth-flutter

3.0.0

09 Jul 09:58
Compare
Choose a tag to compare

What's Changed

  • feat: rename init params, update clientid and sfa-android deps by @grvgoel81 in #7

Full Changelog: 2.0.1...3.0.0

2.0.1

15 Mar 09:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.0...2.0.1

2.0.0

07 Feb 07:06
Compare
Choose a tag to compare

Fixes the race condition caused by init method on iOS
[Breaking Change] Introduces TorusKey for uniformity and make SDK developer friendly.
The SDK previously use to return the String, and user had to perform the json decoding and create the Dart class
on iOS the private key was in String form and on Android it was returned as double on Android
The Android SDK used the BigInt and that was converted into double. This can cause overflow resulting into wrong private key for users
Code improvements
Breaking Change
All the functions(initialize, getKey, getAggregateKey) instead of returning String will return TorusKey

Full Changelog: 1.0.0...2.0.0

1.0.0

21 Aug 08:47
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.1...1.0.0

0.0.1

10 Aug 03:08
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/Web3Auth/single-factor-auth-flutter/commits/0.0.1