omab / python-social-auth

Social auth made simple
http://psa.matiasaguirre.net
BSD 3-Clause "New" or "Revised" License
2.83k stars 1.09k forks source link

Missing needed parameter state #1100

Open zavod opened 7 years ago

zavod commented 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?

zavod commented 7 years ago

So, how it should work?