Hi guys, I've been struggling with something for a few days, it might be stupid but I'll say it anyway...
am working on a django site, I user python-social-auth to implement a "Login using Google" button. When the user gets redirected to google in order to login the session is reset
I would like to retain the session is that possible?
The goal is to associate the session with the username in a later state