zjm1126
zjm1126

Reputation: 35682

Does someone use Django-Socialauth successful

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?

Upvotes: 3

Views: 660

Answers (1)

Gabriel Samfira
Gabriel Samfira

Reputation: 2775

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/

Upvotes: 2

Related Questions