sunscrapers / djoser

REST implementation of Django authentication system.
MIT License
2.55k stars 458 forks source link

This package uses python-social-auth for social authentication which is Depricated Now. #438

Open Aniket-Singla opened 5 years ago

Aniket-Singla commented 5 years ago

django-rest-auth is not maintained now (on pause) and hence must be reflected on readme. As per https://pypi.org/project/python-social-auth/ , python-social-auth is also Depricated.

llybin commented 5 years ago

https://python-social-auth.readthedocs.io/en/latest/installing.html They are moved: https://github.com/python-social-auth/social-app-django

dekoza commented 4 years ago

Thanks, we'll look into it.

llybin commented 4 years ago

Everything right and works, in requirements new package already social-auth-app-django==3.1.0 I think to close issue.