[Django]-Django request.user become AnonymousUser after third party redirect

3👍

The problem was that when I logged the user in initially, I was using the domain localhost:8000 instead of my ngrok instance.

Logging my user in using my ngrok address fixed the problem.

Leave a comment