web3auth torus SSO session is not preserved #679
softcheetah
announced in
Help
Replies: 1 comment 1 reply
-
Hey @softcheetah You can use the session to persist the web3auth state. |
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)
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