Hi!
Trying to get GOODLE OAUTH social integration to work using version 0.38.1 release. No matter what I do I get the same error message from google.
See attached. I have played with the URIs. Any hint regarding those? I took them from the urls.py file.
urlpatterns = [
path("oauth2/login/", oauth2_login, name="oauth2-login"),
path("oauth2/complete/", oauth2_complete, name="oauth2-complete"),
]
Have you been able to get google integration working with misago with the latest release?
Thanks!
Tim