social-app-django
social-app-django copied to clipboard
Make `DjangoUserMixin.get_user` return only active users
If a user is already logged in, Django's default backend doesn't authenticate the user if it has been inactive. Social auth is not considering this, and validates any inactive user if they are already logged in.