Session value missing after redirect with django python-social-auth
问题 I am working on a django project using python-social-auth to do authentication with facebook. I am running the django server on localhost and have facebook set up with my application to redirect to http://127.0.0.1:8000/complete/facebook/, which begins python-social-auth's pipeline to authenticate a user. I am using postgres as my database. When this method is called and tries to authenticate, it cannot find information on the session. From https://github.com/omab/python-social-auth/issues