I set up a NextJS + Auth0 environment following the official guide, and i have some secured APIs that I would like to test with Postman. but I can’t make it work…
The token is sent in headers correctly…
I’m securing the api with the H.O.F. withApiAuthRequired, maybe there is some configuration that I’m missing there?
Did you ever find a solution? I seem to be running into the same issue, using nextjs-auth0 and withApiAuthRequired on the next.js side (works fine on its own), but I am unable to hook up my postman.
For the sake of completeness, I figured out a solution that I found here: https://github.com/auth0/nextjs-auth0/issues/135. It requires installing the desktop app and the chrome interceptor plugin, and snatching the session cookie from the localhost app