Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/github/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
github的django allauth回调url?_Github_Oauth_Django Allauth - Fatal编程技术网

github的django allauth回调url?

github的django allauth回调url?,github,oauth,django-allauth,Github,Oauth,Django Allauth,包含有关如何使用多个提供程序(而不是Github)设置身份验证的特定信息 我假设基于一般模式,github的正确回调url是 http://example.com/accounts/github/login/callback/ 然而,github不允许我注册使用该回调,并说“回调URL无效 正确的URL是什么?Nevermind。上面是正确的回调URL。我认为github表单上的验证错误是实时更新的。结果表明错误是旧的;我只需再次单击表单上的提交!Nevermind。上面是正确的回调URL。我认

包含有关如何使用多个提供程序(而不是Github)设置身份验证的特定信息

我假设基于一般模式,github的正确回调url是

http://example.com/accounts/github/login/callback/

然而,github不允许我注册使用该回调,并说“回调URL无效


正确的URL是什么?

Nevermind。上面是正确的回调URL。我认为github表单上的验证错误是实时更新的。结果表明错误是旧的;我只需再次单击表单上的提交!

Nevermind。上面是正确的回调URL。我认为验证错误是错误的github的表单上正在更新live。原来错误是旧的;我只需再次单击表单上的提交