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 | |
|---|---|---|---|---|
| Node.js Express integration causing strange behaviour | 2 | 3626 | September 5, 2019 | |
| Using Auth0 to secure my express backend | 2 | 2280 | October 4, 2021 | |
| Always redirected to homepage post authentication - Expressjs - express-openid-connect | 10 | 7632 | June 2, 2020 | |
| CORS error on redirect | 2 | 7066 | August 26, 2019 | |
| I am stuck in strange error. I am trying to protect my client side route. I have this code | 2 | 3567 | March 2, 2018 | 



