【发布时间】:2023-03-27 16:40:01
【问题描述】:
在我的 django 项目中,我添加了用于用户登录的 google 身份验证 API,并将该项目部署在 heroku 服务器 [https://artgreeh.herokuapp.com] 中。我尝试通过谷歌登录它在某些机器上没有问题,但在其他机器上显示错误。 error image。在谷歌中,我给出了重定向 url-“https://artgreeh.herokuapp.com/accounts/google/login/callback/”。如果重定向 url 有问题,那么它不应该在任何设备上工作,但它在某些设备上工作。
【问题讨论】:
标签: django google-authentication