Does someone use Django-Socialauth successful

折月煮酒 提交于 2019-12-01 06:12:38

问题


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/



来源:https://stackoverflow.com/questions/4476492/does-someone-use-django-socialauth-successful

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!