Ready to post? First, try searching for your answer.
Hi all,
I have spent almost a day and I cannot figure out the solution. I am working on a demo app as usual FE built on NextJS and Backend build on NestJS.
Problem is that, I am login to via Frontend App(NextJS) but when I send same JWT token to API to validate with Auth0 it doesn’t work.
To debug backend api I had call endpoint to generate access directly on my Auth0 API app that works.
I had also verify JWT.io it is look like frontend app generate token has problem in audience.
Can anyone tell me how to connect FE Auth0 App with API? Is there any configuration that require?
Side note: I am using as free version does anything related to that?
Thanks in advance.
Khan