djangoflow / django-df-auth

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

Added social endpoints #9

Closed rishistrive closed 2 years ago

rishistrive commented 2 years ago

Added social endpoints /social/signin/(facebook|google|apple) Added social connect endpoints /social/connect/(facebook|google|apple)

ayushin commented 2 years ago

Please have a look at the level of DRY in the current code - it is already solved.