我为laravel网站创建了一个 oAuth 密钥,用于谷歌登录。我在本地中成功实现了此功能。但当我将我的网站迁移到现场时,我收到了这个错误:
400. That’s an error.
Error: redirect_uri_mismatch
Request Details
client_id=xxxxxxx-0fic8dnvcgo672unju9ai619iXXXXXX.apps.googleusercontent.com
redirect_uri=https://laravel.themenepal.com/gharsansar/auth/google/callback
scope=openid profile email
response_type=code
state=NRu0eU9UdwEXYSV0dixOc0BjuH3bluFkHiBDJFgO
That’s all we know.
我认为这主要是由于重定向网址与Google console中设置的网址不匹配。 我更改了.env中的重定向网址。我在update the redirect uri中搜索了很多google console,但没有任何帮助。
如果你知道这将是一个很好的帮助。
答案 0 :(得分:1)
如果将其创建为类型为“其他”的OAuth 2.0客户端ID,则似乎无法对其进行编辑。如果选择“ Web应用程序”,则可以自己编辑它们。
答案 1 :(得分:0)
如果您转到:https://console.developers.google.com/apis/credentials并选择正确的项目,请更正正确的OAuth 2.0客户端ID并编辑正确的OAuth 2.0客户端ID。