我想用python-social-auth添加電子郵件驗證。social.actions.do_complete不能在python-social-auth中工作
Form submit should go to /complete/email, or if it goes to your view, then your view should complete the process calling social.actions.do_complete
在我的情況下,形式去我自己的觀點,並在年底我應該叫do_complete
。我搜索了很多,但無法找到關於此方法的任何文檔。我看了看源代碼和定義是:
def do_complete(backend, login, user=None, redirect_name='next',
*args, **kwargs)
但是我怎麼給該方法的所有這些參數,即後端,登錄(什麼是登錄?),並從等我的Django的看法?