Django Google log-in/sign 即使 django-oauth 也无法正常工作

Django Google log-in/sign up not working even though django-oauth

关注 this guide 将 google sign-in/sign-up 添加到我的 django 应用程序。

添加了所有代码,直到我收到此错误时一切似乎都正常工作。

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 已正确报告。我做错了什么?

问题在 1 小时后自行解决。可能 google 需要时间来部署凭据更改