Access token + nextjs + react native

Hello @lucas.melo !

While not specific to React Native/Nextjs (I’m not an expert either), the general idea is outlined in our Architecture Scenarios documentation here. As in most all cases, the access token should be included in the Authorization header in calls to your API.

https://auth0.com/docs/get-started/architecture-scenarios/mobile-api/part-3#call-the-api

Hope this helps!