chore: Facebook v25, passwordless v8, and dependency bumps#470
Merged
chaitanyapotti merged 2 commits intomasterfrom Mar 25, 2026
Merged
chore: Facebook v25, passwordless v8, and dependency bumps#470chaitanyapotti merged 2 commits intomasterfrom
chaitanyapotti merged 2 commits intomasterfrom
Conversation
- Use Facebook Graph API v25.0 for OAuth dialog - Default passwordless domain to v8 - Bump @toruslabs/*, vitest, and vue example dependencies
hieu-w
approved these changes
Mar 25, 2026
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.
Summary
@toruslabs/constants,fetch-node-details,torus.js; vitest; vue example (torus packages, vite, viem).Verification
npm test(vitest): all 26 tests passed locally.Note
Medium Risk
Updates third-party auth endpoints (Facebook OAuth and Web3Auth passwordless), which could affect login flows if upstream behavior changed. Remaining changes are dependency/version bumps and lockfile updates with moderate integration risk.
Overview
Updates auth redirect targets:
FacebookHandlernow uses Facebook OAuth dialogv25.0(fromv20.0), andWeb3AuthPasswordlessHandlerdefaults tohttps://passwordless.web3auth.io/v8(fromv7).Bumps multiple dependencies and lockfiles, including
@toruslabs/constants,@toruslabs/fetch-node-details,@toruslabs/torus.js, and dev tooling (vitest,vite/rolldown), plus corresponding updates in theexamples/vue-apppackage manifests.Written by Cursor Bugbot for commit bd423b4. This will update automatically on new commits. Configure here.