Unexpected Loss of User Authenticated State Between Two Seperate Django Views
I’m having an issue with user authentication using the social-auth-app-django
library in my Django project. After the user is successfully authenticated via a social provider (in this case, Google), the user doesn’t seem to be authenticated when redirected to the dashboard
view.