gpt4 book ai didi

Laravel 社交名流 - Google 身份验证在本地工作但不在生产环境中 : Missing required parameters code

转载 作者:行者123 更新时间:2023-12-04 13:39:53 24 4
gpt4 key购买 nike

我在 Laravel Socialite 的 Google 身份验证的生产环境中遇到了问题。错误与此帖子相同:

laravel socialite not working on live server, only works on local machine

但是我有一个 Apache 服务器,经过多次尝试,我还没有找到解决方案。

编辑:

客户端错误:POST“https://www.googleapis.com/oauth2/v4/token”导致“400错误请求”
回复:

{
"error": "invalid_request",
"error_description": "Missing required parameter: code"
}

最佳答案

    public function redirectToProvider($driver)
{
// return Socialite::driver($driver)->stateless()->redirect();
return Socialite::driver('google') ->setScopes(['openid', 'email'])

->redirect();
}

关于Laravel 社交名流 - Google 身份验证在本地工作但不在生产环境中 : Missing required parameters code,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59031478/

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