Open zavod opened 7 years ago
After interrupting pipeline and continue view like: return reverse('social:complete', args=(backend,))
got the error for google auth: "Missing needed parameter state"
Your example not valuable: http://python-social-auth-docs.readthedocs.io/en/latest/developer_intro.html#interrupting-the-pipeline-and-communicating-with-views
Should it be pass arguments for it?
So, how it should work?
After interrupting pipeline and continue view like: return reverse('social:complete', args=(backend,))
got the error for google auth: "Missing needed parameter state"
Your example not valuable: http://python-social-auth-docs.readthedocs.io/en/latest/developer_intro.html#interrupting-the-pipeline-and-communicating-with-views
Should it be pass arguments for it?