django_react_social_login icon indicating copy to clipboard operation
django_react_social_login copied to clipboard

Getting bad request at /rest-auth/google/

Open helpme1 opened this issue 2 years ago • 1 comments

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.

helpme1 avatar Jul 17 '22 10:07 helpme1

Seems like this problem is related to django-allauth not supporting Google Identity Services. https://github.com/pennersr/django-allauth/issues/3074

helpme1 avatar Jul 18 '22 02:07 helpme1