I'm having a similar issue as discussed above.
#856
After jwt authentication using firebase-auth on iOS Safari, if you open the Torus Wallet UI with @web3auth/torus-wallet-connector-plugin, the authentication information will not be linked and you will not be logged in on the Torus Wallet UI.
torusPlugin.torusWalletInstance.showWallet('home')
If you turn off Prevent Cross-Site Tracking in iOS Safari settings, you will be able to open the Torus Wallet UI while logged in.
I am using the latest web3auth plugin.
"@web3auth/base": "^4.2.2",
"@web3auth/core": "^4.2.2",
"@web3auth/openlogin-adapter": "^4.2.2",
"@web3auth/torus-wallet-connector-plugin": "^4.2.2",
Do you know the reason?
thank you.
Originally posted by: YoshidaTomoaki
Check the discussion at: https://github.com/orgs/Web3Auth/discussions/1211