Skip to content

Releases: Web3Auth/single-factor-auth-flutter

5.2.0

04 Nov 08:21
a3440d1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.0...5.2.0

5.1.0

20 Sep 11:56
65191b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.0.0...5.1.0

5.0.0

19 Sep 12:15
Compare
Choose a tag to compare

What's Changed

  • feat: Update sfa android deps and code changes related to session manager and SFA by @grvgoel81 in #11

Full Changelog: 4.0.1...5.0.0

4.0.1

08 Aug 09:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.0.1

4.0.0

25 Jul 06:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...4.0.0

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