使用Laravel Socialite通过Google API登录用户时,我遇到了一个奇怪的问题。
所有配置看起来都很正常,但是我一直在获得
错误缺少必填参数:代码
但是在localhost中可以正常工作
自动重定向URI http://example.com/subdir/auth/google/callback http://localhost:8000/auth/google/callback
答案 0 :(得分:2)
经过长时间的搜索,解决方案是从profile
的{{1}}中删除scopes
vendor\laravel\socialite\src\Two\GoogleProvider.php