Verifying idToken in Backend when using Auth0

Hi,

Should I verify the idToken in my backend with openlogin or directly go to auth0?

Thanks!



Originally posted by: RoniFinTech

Check the discussion at: https://github.com/orgs/Web3Auth/discussions/914

Hey @RoniFinTech

Is isToken here returned from web3auth? Then, yes, you can verify the idToken. Please take a look at https://web3auth.io/docs/server-side-verification/social-login-users#verifying-jwt-token-idtoken



Originally posted by: shahbaz17