Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/django/20.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/authentication/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
如何使用django仅允许google应用程序从一个域进行身份验证_Django_Authentication_Google Apps - Fatal编程技术网

如何使用django仅允许google应用程序从一个域进行身份验证

如何使用django仅允许google应用程序从一个域进行身份验证,django,authentication,google-apps,Django,Authentication,Google Apps,我试过django social auth和googleappsauth,但都允许我这么做 从任何域进行身份验证。有人运气好吗 用这些,还是其他的包?如果没有,有人能告诉我如何从头开始实施的正确方向吗?明白了:黑客入侵了django social auth Google后端以按域过滤。我将查看项目是否希望接受我的更改作为设置

我试过django social auth和googleappsauth,但都允许我这么做 从任何域进行身份验证。有人运气好吗
用这些,还是其他的包?如果没有,有人能告诉我如何从头开始实施的正确方向吗?

明白了:黑客入侵了django social auth Google后端以按域过滤。我将查看项目是否希望接受我的更改作为设置