Releases: Web3Auth/single-factor-auth-flutter
5.2.0
What's Changed
- feat: update SFA android deps by @grvgoel81 in #14
- feat: update version by @grvgoel81 in #15
Full Changelog: 5.1.0...5.2.0
5.1.0
5.0.0
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
4.0.0
3.0.0
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
2.0.0
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
What's Changed
- Feat/enhancements by @grvgoel81 in #2
New Contributors
- @grvgoel81 made their first contribution in #2
Full Changelog: 0.0.1...1.0.0
0.0.1
What's Changed
- single-factor-auth ios updates. by @musab1234 in #1
New Contributors
- @musab1234 made their first contribution in #1
Full Changelog: https://github.com/Web3Auth/single-factor-auth-flutter/commits/0.0.1