Laravel Socialite-Google登录失败“缺少所需参数:代码”

时间:2018-10-01 15:47:44

标签: php laravel google-api laravel-5.6 laravel-socialite

使用Laravel Socialite通过Google API登录用户时,我遇到了一个奇怪的问题。

所有配置看起来都很正常,但是我一直在获得

  

错误缺少必填参数:代码

但是在localhost中可以正常工作

本地主机: enter image description here

服务器: enter image description here

自动重定向URI http://example.com/subdir/auth/google/callback http://localhost:8000/auth/google/callback

1 个答案:

答案 0 :(得分:2)

经过长时间的搜索,解决方案是从profile的{​​{1}}中删除scopes

vendor\laravel\socialite\src\Two\GoogleProvider.php