Hi everyone,
I’m currently working on a small Django project that requires a login and I wanted to use Auth0, since I’ve used it in passed project.
I followed a couple of guides, mainly:
https://auth0.com/blog/django-authentication/
https://auth0.com/docs/quickstart/webapp/django/01-login
whereas the former seems to be lacking an implementation for the logout, that I could only find on the second guide.
That being said - my real problem is that the time it takes to “complete” the login flow is very long. (i.e. 5 minutes) I can’t really pin point the issue, since I’m not too familiar with the python ecosystem and the dependencies I have used to accomplish this.
(python-jose, social-auth-app-django
)
It looks a lot like a timeout to me, but maybe someone has another idea where it gets stuck.
Best regards,
Roman