Coder Social home page Coder Social logo

Comments (6)

omab avatar omab commented on August 17, 2024

/complete/facebook/ is called to complete the auth process, if sucessful you will get redirected to / after that. Do you have a custom pipeline? Is this a partial pipeline?

from python-social-auth.

famoraes avatar famoraes commented on August 17, 2024

I had this problem too. My solution was remove/comment the SESSION_SERIALIZER on settings.py, that is json by default.

from python-social-auth.

maoaiz avatar maoaiz commented on August 17, 2024

I have the same problem too. The @famoraes solution is good for me, (thanks for that), but... what is the correct solution? what happen if I need the SESSION_SERIALIZER var?

from python-social-auth.

eugeniol avatar eugeniol commented on August 17, 2024

I have the same issue, is it addressed to JSON serializer ?

from python-social-auth.

omab avatar omab commented on August 17, 2024

Seems like the values being saved in the session during partial-pipeline operations should be cleaned up a bit in order to avoid this issues. Previously this wasn't an issue because the default serialization method was pickle, but that's going to change shortly in Django 1.6.

from python-social-auth.

omab avatar omab commented on August 17, 2024

The changes above take care of the serialization problem.

from python-social-auth.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.