When user is redirected after login through python-social-auth,
Django.user.is_authenticated is not set.
I think it's related to the fact user data is cached.
How do I get updated user info, when user is logged in through python-social-auth? (ie, redirected after login process)