[Archive] Verifying idToken in Backend when using Auth0

:classical_building: Archived Content from Web3Auth Community

This topic was originally posted by githubdiscussions on 11/22/2022.
This content has been migrated from our previous community forum to preserve valuable discussions.


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