I have website with nextjs implement login Moralis via provider Web3auth.io(Google, Facebook,…).
After login success, I have ethAddress in databases. Everything is OK.
My problems:
I have build Mobile app with Unity and implement login with Web3auth.io. After authen via Web3auth success, web3auth.io sent to me idToken.
I verify idToken with Web3auth.io success and call api to parse server create user and session is OK.
But I don’t know how to get wallet address for field ethAddress , in idToken payload just have public_key. I could not found address from payload idToken(JWT) from Web3auth.