OpenID for Django - 当前最佳选择?
是的,我很了解OpenID with Django。我还注意到检查的答案是超过 1.5 岁 - 这是互联网上的一生。 :) 更不用说 StackOverflow 现在是一个 OpenID 提供商,这一定会改变游戏规则。
那么,使用 Django 提供 OpenID
的当前推荐选项是什么?
Yes, I'm well aware of OpenID with Django. And I also notice that the checked answer is over 1.5 years old - which is a lifetime on the internet. :) Not to mention that StackOverflow is now an OpenID provider, and that's gotta be a game-changer.
So what are the current recommended options for providing OpenID
with Django?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
大约 3 个月前,我遇到了同样的问题(不完全是当前问题,但是......)并发现 Django-SocialRegistration 是多次失败尝试后的最佳解决方案。对我来说,Facebook 身份验证也很重要,社交注册对此提供了很好的支持。
I had the same problem about 3 months ago (not exactly current but...) and found Django-SocialRegistration to be the best solution after many failed attempts. For me facebook authentication was also important, which social registration supports well.