django_react_social_login
django_react_social_login copied to clipboard
Getting bad request at /rest-auth/google/
Hi,
Thank you for the github project. 1 star awarded :)
I followed all the steps in your README. After I tried to log in through Google, I received the following error message.
Bad Request: /rest-auth/google/
[17/Jul/2022 18:30:48] "POST /rest-auth/google/ HTTP/1.1" 400 75
Is this expected behaviour? How do I know if I missed out anything and ran your project correctly?
Thank you.
Seems like this problem is related to django-allauth not supporting Google Identity Services. https://github.com/pennersr/django-allauth/issues/3074