3

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?

Bill the Lizard
  • 398,270
  • 210
  • 566
  • 880
zjm1126
  • 34,604
  • 53
  • 121
  • 166

1 Answers1

2

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/

Gabriel Samfira
  • 2,675
  • 1
  • 17
  • 19