djangoflow / django-df-auth

Opinionated Django REST auth endpoints for JWT authentication and social accounts
MIT License
10 stars 19 forks source link

Missing parameters in auth_social_create endpoint #14

Closed adar2378 closed 11 months ago

adar2378 commented 2 years ago

auth_social_create ----> This endpoint is missing idToken

It is needed to validate user from google(idToken)/apple(authorizationCode) server.

References