st4lk / django-rest-social-auth

OAuth signin with django rest framework
MIT License
519 stars 122 forks source link

social-auth-app-django 5.0.0 support #149

Closed spapanik closed 2 years ago

spapanik commented 2 years ago

social-auth-app-django 5.0.0 is already out, and it fixes a deprecation issue:

Switch from deprecated django.conf.urls.url to django.urls.path

Therefore, it would be nice to add support for it