feat: auth services v10 & wallet-service changes. - #104
Open
grvgoel81 wants to merge 37 commits into
Open
Conversation
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
…into feat/auth_services_v10_changes # Conflicts: # android/build.gradle
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <gaurav@tor.us>
Signed-off-by: Gaurav Goel <grvgoel19@gmail.com>
Signed-off-by: Gaurav Goel <grvgoel19@gmail.com>
Signed-off-by: Gaurav Goel <grvgoel19@gmail.com>
grvgoel81
marked this pull request as ready for review
January 12, 2026 07:19
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 6 potential issues.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit bf17edb. Configure here.
Contributor
Author
|
Checked today. All functions work including login, logout, enable & manage MFA, wallet services and signing message. Screen.Recording.2026-07-29.at.7.20.28.PM.movScreen.Recording.2026-07-29.at.7.25.48.PM.mov |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Motivation and Context
Jira Link: https://toruslabs.atlassian.net/browse/PD-4517, https://toruslabs.atlassian.net/browse/PD-4551
Description
How has this been tested?
Screenshots (if appropriate):
Screen.Recording.2026-01-12.at.2.07.55.PM.mov
Screen.Recording.2026-01-12.at.2.10.28.PM.mov
Types of changes
Checklist:
Note
Medium Risk
Medium risk because it upgrades underlying native Web3Auth SDKs and changes the Flutter API surface (method names, params, and option schemas) used for authentication, keys, and wallet UI, which can break existing integrations.
Overview
Migrates the Flutter plugin to auth-service v10 and newer native SDKs. Android updates
web3auth-android-sdkto10.0.1, and iOS updates the pod dependency toWeb3Auth ~> 12.0.1with corresponding plugin-side init parsing and option mapping.Updates the public Flutter API and payload schemas.
loginbecomesconnectTo, key getters are renamed togetPrivateKey/getEd25519PrivateKey, wallet services moves toshowWalletUI(noChainConfig), andrequestno longer includes chain config; options/config types shift fromNetwork/Provider/LoginConfigItemtoWeb3AuthNetwork/AuthConnection/AuthConnectionConfigand add new fields (e.g., chains/default chain, analytics flag, wallet services config).Refreshes the example apps and build tooling. Example app is updated to the new APIs (including an SFA sign-in demo using a generated ES256 JWT), Android build files/versions are adjusted, and iOS pods are regenerated; note
example/android/gradle-wrapper.propertiescontains an accidental merge-conflict URL string beforedistributionPath.Reviewed by Cursor Bugbot for commit bf17edb. Configure here.