I’m new to Auth0 so please bear with me. I have a static front-end which is hosted in a basic CDN like netlify. I have an express back-end which I serve data to the front-end/process requests from the front-end. I currently have my application set as web-application, utilizing the express-openid-connect middleware which I have the basic /login /logout endpoints. That’s where my “knowledge” ends. I am currently extremely confused as how to
when I make requests from the front end such as fetch(‘mybackend.com/users/@me’) I get an unauthenticated error (which I throw myself but the request is definitely not authenticated)
I understand that you have some clarifying questions about how to use Auth0.
First, to redirect your users to your desired callback URL you will need to specify the redirect_uri in the /authorize request and then include that URL in the Allowed Callback List in your Application on the Auth0 Dashboard.