I want to make a login between Angular and Express. I therefore use the official auth0 connection in the frontend. I am also successfully logged in there. However, as soon as I call a protected interface in Express, e.g. /api/tenant, there is a redirect in the backend that it cannot resolve. I’m slowly running out of ways to solve the problem.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Login failure (possibly code exchange) or redirect failure | 1 | 1091 | September 27, 2023 | |
Auth0 redirect after login issue | 4 | 3908 | September 2, 2020 | |
Using Auth0 to secure my express backend | 2 | 2266 | October 4, 2021 | |
Upon logging in requireAuth() redirects me back to auth0 | 0 | 382 | January 10, 2024 | |
Login/Redirect fails in production | 4 | 3522 | September 11, 2020 |