首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Django Google登录/注册不工作,即使django-oauth

Django Google登录/注册不工作,即使django-oauth
EN

Stack Overflow用户
提问于 2021-07-23 16:53:44
回答 1查看 50关注 0票数 0

遵循this guide将谷歌登录/注册添加到我的django应用程序中。

添加了所有的代码,似乎所有的工作,直到最后,我得到了这个错误。

代码语言:javascript
复制
Error 400: redirect_uri_mismatch
The redirect URI in the request, http://127.0.0.1:8000/accounts/google/login/callback/, does not match the ones authorized for the OAuth client. To update the authorized redirect URIs, visit: https://console.developers.google.com/....

但是,当我访问我的凭证屏幕时,我确实看到了正确报告的url。我做错了什么?

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2021-07-24 01:08:03

问题在1小时后自行解决。可能是google花时间在凭据中部署更改

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/68502678

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档