Does someone use Django-Socialauth successful

2019-02-18 12:36发布

问题:

I am using Django-Socialauth , my site is here

But I'm not successful now, I think Django-Socialauth lacks a method that get user data from openid_response.

Can anyone give me successful demo about it?

回答1:

I have not used Django-Socialauth, but the same functionality is offered by a package with a similar name called:

django-social-auth

which I find to be very well documented.

You can find it here: https://github.com/omab/django-social-auth

You can find documentation and examples here:

http://django-social-auth.readthedocs.org/en/latest/