Hello. I’m having issues fully integrating web3auth social logins.
I need the idToken for server side verification. However, on first login (meaning, no session stored from a previous login), getUserInfo()
does not return the idToken
. If I disconnect, refresh the page and log in again, it works fine.
This is what I get the first time
Any ideas?