st4lk / django-rest-social-auth

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

Add compatibility for social-auth-app-django 5.x.x #152

Closed KOliver94 closed 2 years ago

KOliver94 commented 2 years ago

Thanks for the great package!

I checked the newer version of social-auth-app-django and it does not seem to break anything here but fixes some deprecation issues with more recent Django versions. I ran the provided tox tests and they all passed. While doing that I fixed some test warnings, added Django 3.2 to the test environment matrix and fixed issue with Python 3.9 tests not running.

Closes #149

KOliver94 commented 2 years ago

Hi @st4lk,

Can you take a look at the change?

Thanks!

sp-ivan-alcoceba commented 2 years ago

Hi @st4lk,

it would be really useful if you can take a look at this PR and merge it if it is correct.

mohi7solanki commented 2 years ago

+1 for this PR @st4lk

st4lk commented 2 years ago

Thanks guys! Will check and bump a new version to pypi soon.

st4lk commented 2 years ago

v7.0.0 in pypi now