python-social-auth
python-social-auth copied to clipboard
Missing needed parameter state
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?