Hi, when I use Auth0 I allow the user to sign in with Google or use email/password. Google works for sign up and login. However, when I try to sign up with email password, I get this error: “Could not get result from torus nodes could not validate field email_verified, token false, expected true”
I’m not sure how to fix this. When I am first signing up the email will not be verified so there is no way for the email_verified key to be true. Am I missing some sort of configuration somewhere?
Thanks for the response. I don’t think that thread is related to my issue. My issue is that when I signup with email/password, web3auth is showing the error in my screenshot above. email_verified is correctly marked as false as the email hasn’t been verified (the user just signed up). I’m not sure why web3auth is expecting that value to be true.