i’m trying to migrate django auth to auth0, i’ve done the following steps:
- create an app for django in auth0
- create a custom database for django auth and link the app
- add login and getIUser script
login and getUser are tested with TRY and working, but the issue is,
when i test on local, the local login will redirect the login to auth0, but from auth0 it does not redirect back to local, it stopped somewhere before the login script was triggered, because i put a logging at the very begining of the script nothing shows up. all i get is a 404 from usernamepassword/login
when click the login from the auth0 login page.