iMerica / dj-rest-auth

Authentication for Django Rest Framework
https://dj-rest-auth.readthedocs.io/en/latest/index.html
MIT License
1.64k stars 306 forks source link

fix(google): Avoid id_token error after allauth upgrade #482

Closed luchinke closed 1 year ago

luchinke commented 1 year ago

After the latest upgrade from 'allauth' package, the registration serializer is not passing the correct values to properly login with google.

schajee commented 1 year ago

FYI, just experienced this with django-allauth==0.52.0 and dj-rest-auth==3.0.0.

Went away after I downgraded to django-allauth==0.50.0.

Leaving a note here just in case.