web3auth torus SSO session is not preserved #717
softcheetah
announced in
Help
Replies: 1 comment 1 reply
-
Hi, As discussed please make sure you are using latest version of sdks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Steps to reproduce
@web3auth/core
@web3auth/torus-evm-adapter
await web3auth.init()
await web3auth.connectTo(WALLET_ADAPTERS.TORUS_EVM)
await web3auth.init()
Expected behavior
await web3auth.init()
simply initializes web3auth and torus SSO session is preserved.Current behavior
await web3auth.init()
displays this popup asking me to login again.Beta Was this translation helpful? Give feedback.
All reactions