gpt4 book ai didi

php - laravel 社交名流显示 HTTP 错误 403 - 禁止谷歌登录

转载 作者:行者123 更新时间:2023-12-04 17:42:33 24 4
gpt4 key购买 nike

Laravel 社交名媛显示 HTTP 错误 403 - 回调中禁止谷歌登录,但可以正常登录 facebook。以前它工作正常但在添加 SSL 后它显示错误我无法找出问题所在,相同的代码在另一个子域上运行良好,Google plus API 已启用。有人,请帮帮我这是 URL - www.beingreligious.com

当我使用 google 登录时返回

https://www.beingreligious.com/auth/google/callback?state=JSqZHyIkS6bLMTMHZ4dMmbgXJwbXuDiwOqVBSp7I&code=4/WgDWcviWNpyVBB4ScPG7mNzQAveXOAlc9dQ5bvwn7BVhfUyCBegloMU7lK3O7hGxSphyHp86Nm36Vl40eE3LsNc&scope=https://www.googleapis.com/auth/plus.me+https://www.googleapis.com/auth/userinfo.profile+https://www.googleapis.com/auth/userinfo.email&authuser=1&session_state=db2d5443920526f58d68ac724e14f4e5af70497f..2a92&prompt=consent#

这里是回调函数

public function handleProviderCallback(Request $request,$provider)
{
//echo "here"; die;
$user = Socialite::driver($provider)->user();
$authUser = $this->findOrCreateUser($user, $provider,$request);
Auth::login($authUser, true);
$next=session()->get('nextbtn');
if($next!='')
{
return redirect('/check_sign_up?next='.$next);
}else{
return redirect('/check_sign_up');
}
}

enter image description here

最佳答案

由于在我的域中设置了 Mod 安全规则,我遇到了这个问题。 ModSecurity 是 apache 服务器模块之一,通过防御黑客和其他恶意攻击来提供完整的网站保护。

我请求我的服务器提供商为我的域禁用它,因为我使用的是共享服务器。之后,我没有遇到这个问题,谷歌登录按预期工作。

关于php - laravel 社交名流显示 HTTP 错误 403 - 禁止谷歌登录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52327774/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com