st4lk / django-rest-social-auth

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

Updating social-auth-core to v3.0.0 to migrate away from Google+ API's #75

Closed AnitaGandhi closed 5 years ago

AnitaGandhi commented 5 years ago

This is a PR for https://github.com/st4lk/django-rest-social-auth/issues/73.

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 90.129% when pulling 88ad7974020e39a5a82679b44d0a11e60a122cbe on AnitaGandhi:master into 0ff7be08159755434e2784adbe9ed77795818615 on st4lk:master.

AnitaGandhi commented 5 years ago

@st4lk - The build failed when I checked in the ReadMe.me file for some reason. Could you re run the build?

lociii commented 5 years ago

Would really like to see this merged and released pretty soon since Google started to let G+ API requests fail yesterday. https://developers.google.com/+/api-shutdown The dependency of django-rest-social-auth keeps us from upgrading social-core. Thanks!

st4lk commented 5 years ago

@AnitaGandhi , thanks for the PR! @lociii , thanks for activity!

@st4lk - The build failed when I checked in the ReadMe.me file for some reason. Could you re run the build?

Looks like a one-time issue on travis-ci side. I've re-run the build and it succeeded.

st4lk commented 5 years ago

Would really like to see this merged and released pretty soon since Google started to let G+ API requests fail yesterday. https://developers.google.com/+/api-shutdown The dependency of django-rest-social-auth keeps us from upgrading social-core. Thanks!

I'll deploy new version to pypi after merging this PR

st4lk commented 5 years ago

The fix is v2.0.1 now.