RealmTeam / django-rest-framework-social-oauth2

python-social-auth and oauth2 support for django-rest-framework
MIT License
1.06k stars 191 forks source link

Add a new disconnect backend view #202

Closed grahamhealy20 closed 5 years ago

grahamhealy20 commented 5 years ago

This allows a user to disconnect a social backend from their user object, for example: removing the Facebook association that was made when they signed in with Facebook using PSA.

mizvyt commented 5 years ago

+1. Looks like a useful feature.

wagnerdelima commented 5 years ago

Nice feature indeed. It would be nice to have some tests in it.