Top "Django-socialauth" questions

python-socialauth is the new port from django-social-auth to a more general solution for social authentication/authorization.

Connect with Facebook in Django Rest Framework + Django Social Auth

I'm using Django Social Auth for connect with Facebook issue and it works perfect. I have developed an API for …

django facebook django-rest-framework django-socialauth
Create user notification system in Django

I am adding a system to leave "notifications" for users that can be displayed the next time they log in. …

django-models django-authentication django-socialauth
Logout with django-social-auth

I am dabbling a little with django-social-auth using twitter authentication. I can login. But, when I try to log out …

django django-socialauth
AuthAlreadyAssociated Exception in Django Social Auth

After I create a user using say Facebook(let's say fbuser) or Google(googleuser). If I create another user through …

python django django-socialauth
Save facebook profile picture in model using python-social-auth

How to store the get Facebook profile picture of a user while logging in through Facebook and saving it in …

python django facebook django-socialauth