How to continue a session after authentication with Auth0 on the front-end and back-end

I want to contact Auth0 to verify the identity of the access token sent from the React frontend to the Golang backend.

Where and how should I send the information?
Is there a public API?

Or do I need to send the access token to the backend for verification?

Hi @seki.yoshitsugu

Welcome to the Auth0 Community!

You should use the ID token in your frontend, and send the access token to the backend with requests for data.

You can https://auth0.com/docs/security/tokens/access-tokens/validate-access-tokens without sending them to an external server.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.