st4lk / django-rest-social-auth

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

Disconnect the user #95

Open baptisterey opened 5 years ago

baptisterey commented 5 years ago

Hey,

I have set up the library with Angular and Django and it is working great for logging in!

Now I am trying to disconnect the user (not just logging out) with the rest API and I don't really know how to proceeds.

Thanks!