When implementing embedded login, how do we use the JWT token given?

Using the steps ‘Send a one-time-use password via SMS’ and ‘Authenticate an SMS user’ Embedded Passwordless Login in Native Applications, we can successfully authenticate a phone number. We are not using MFA, so only the OTP sent to phone.

We are given an id_token and an access_token but we are new to this and not sure what to do with the access token. I know that it’s a JWT web token.

We are using react-native without expo.

Hi @erin1,

Tokens are a fundamental tool for authentication/authorization with Auth0.

I would start here:

And here: