djangoflow / django-df-auth

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

feature/drf-social-auth #4

Closed mehran-rahmanzadeh closed 2 years ago

mehran-rahmanzadeh commented 2 years ago

Based on django-rest-social-auth. Refactored some parts and added new features to be compatible with the given task. Created base classes and observer classes to make code DRY. Used Abstraction principle in subclass views.

TODO:

Sorry for the date of my commits, I forgot to commit my changes to the forked repo and I was forced to recommit them in the forked repo at the end of work. I have to inform you that it took about 3-4 days to research and implement.

ziyapx commented 2 years ago

Hi @mehran-rahmanzadeh are you able to go through the todo items you listed (namely remove allauth) and resolve the conflicts?

mehran-rahmanzadeh commented 2 years ago

Hello @ziyapx, modifications made.

ayushin commented 2 years ago

This is how we wanted this done:

https://github.com/djangoflow/django-df-auth/pull/6