Skip to content

Commit e66a765

Browse files
committed
removed openlogin references
1 parent b8a963f commit e66a765

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/migration-guides/modal-v9-to-v10.mdx

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -449,17 +449,16 @@ const web3auth = new Web3Auth({
449449

450450
## 3. Remove Adapters & Update Login/Connection Logic
451451

452-
Client-side adapter configuration (e.g., `AuthAdapter`, `OpenLoginAdapter`) is deprecated. Login
453-
methods and their specific configurations are now primarily managed on the Web3Auth Developer
454-
Dashboard under your Project > "Authentication" section, which includes "Social Connections" and
455-
"Custom Connections".
452+
Client-side adapter configuration (e.g., `AuthAdapter`) is deprecated. Login methods and their
453+
specific configurations are now primarily managed on the Web3Auth Developer Dashboard under your
454+
Project > "Authentication" section, which includes "Social Connections" and "Custom Connections".
456455

457456
**Modal Flows:**
458457

459458
If you are using the Web3Auth Modal UI:
460459

461460
- **v9:** You might have configured adapters and passed them to `web3auth.configureAdapter()` or
462-
initialized `Web3Auth` with an `OpenLoginAdapter` instance in `modalConfig`.
461+
initialized `Web3Auth` with an `AuthAdapter` instance in `modalConfig`.
463462
- **v10:**
464463
1. Remove all code related to `web3auth.configureAdapter()`.
465464
2. Remove explicit adapter instantiation for `modalConfig`.
@@ -476,7 +475,7 @@ If you are using the Web3Auth Modal UI:
476475
Modal SDK):**
477476

478477
- **v9 (`@web3auth/no-modal`):** You used
479-
`web3auth.connectTo(WALLET_ADAPTERS.OPENLOGIN, { loginProvider, ... })` or
478+
`web3auth.connectTo(WALLET_ADAPTERS.AUTH, { loginProvider, ... })` or
480479
`web3auth.connectTo(WALLET_ADAPTERS.AUTH, { ... })` with detailed configurations for
481480
`loginProvider`, `verifier`, `clientId` (for social), `idToken` (for JWTs), etc.
482481
- **v10 (`@web3auth/modal`):**

0 commit comments

Comments
 (0)