有人使用 Django-Socialauth 成功吗
我正在使用 Django-Socialauth ,我的网站是 here
但我现在没有成功,我认为 Django-Socialauth
缺少一种获取用户的方法来自 openid_response
的数据。
谁能给我一个成功的演示吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我没有使用过 Django-Socialauth,但具有相似名称的包提供了相同的功能:
django-social-auth
,我发现它有很好的文档记录。
您可以在这里找到它:https://github.com/omab/django-social-auth
您可以在此处找到文档和示例:
http://django-social-auth。 readthedocs.org/en/latest/
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/