You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
replace whitelistUrl function with inline implementation in manual whitelisting example
- Removed `whitelistUrl` import from `@web3auth/auth`
- Implemented `whitelistUrl` function inline in the example
- Updated dependencies: added `@toruslabs/eccrypto`, `@toruslabs/metadata-helpers`, and `base64url`
- Changed `base64url` import to use `base64urlLib` explicitly
- Wrapped the example in an `async` IIFE for better execution handling
- Adjusted formatting and wording for clarity in documentation
This update ensures that developers can manually whitelist origins without relying on deprecated functions from `@web3auth/auth`.
0 commit comments