iMerica / dj-rest-auth

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

Fix google validation id_token #509

Closed shinecoding closed 1 year ago

shinecoding commented 1 year ago

When integrating google login authentication, there's an error because the id_token is not passed properly. 'token' is a dictionary that contains different tokens and 'id_token' is a string. So response should take id_token as a value.