Hi, I’m trying to figure out how to implement a solution where my NextJS app initiates the login through the auth0 login widget, I get a token back from Auth0, and then use that token to access protected API routes on my Node Express back end. Or maybe I’m thinking about this all wrong.
Note, I’m not using NextJS API routes.