Login JWT (for social and email) not working

The same issue we discussed last week (Social Sign not returning idToken) is happening again for Social and Email sign in with JWT. Wallet sign in works fine.

Dependencies I’m using:

"@web3auth/base": "^8.3.0",
"@web3auth/coinbase-adapter": "^8.3.0",
"@web3auth/ethereum-provider": "^8.3.0",
"@web3auth/metamask-adapter": "^8.3.0",
"@web3auth/no-modal": "^8.3.0",
"@web3auth/openlogin-adapter": "^8.3.0",
"@web3auth/wallet-connect-v2-adapter": "^8.3.0",

hi @felipe

Let me try to reproduce it and contact the team to try to detect the problem.

Could you send us more information about when is this happening? Also would be great to know in which region you are.

Thanks

Hi @TomTom . This is happening when I try to sign in with any social or email. This is the flow:

  • Sign in with Google/Email and get the idToken
  • Pass the idToken to the JWT sign in with Web3Auth
  • Now the web3Auth.connected is supposed to be true and I should be able to get idToken and user information

This is the flow that was working until last night. But now, web3Auth.connected is false thus I’m not able to fetch the user data. I’ve reproduced this issue with old and new users.

My region is Portugal and I’m using the devnet.

Hi @felipe

I have just tested your configuration and it’s working ok for me …

Would you like to share some code snippets and the repository with me so I can understand the problem more in-depth?

Thanks for your cooperation.

Hi @TomTom . Thanks for your patience and help. I found I glitch in my code that was causing the issue. It’s working as expected now. Thank you.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.