djangoflow / django-df-auth

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

Support social auth with twitter and other oauth providers that require multiple fields #18

Closed ayushin closed 1 year ago

ayushin commented 1 year ago

Problem: twitter (and some other providers) requires frontend to pass two fields, existing serialiser supports only access_token

Also please see my comment below.

ayushin commented 1 year ago

In order for the PR to be merged:

ayushin commented 1 year ago

twitter requires frontend to pass two fields, existing serialiser supports only access_token