Next.js Authentication with Auth0 — The Ultimate Guide

I’m using auth0-nextjs to implement auth on my nextjs app using serverless api routes (no express). I’m securing api routes with requireAuthentication.

In my react-native mobile application, I’m using auth0-react-native to generate access tokens. My question is: can I use these access tokens to call the api routes set up in nextjs?? :pray:thank you!

1 Like