Django 最好且最新的社交身份验证插件是什么?
那里有很多插件,但很多都是旧的 - 谁能推荐一个他们最近实现的插件?
我唯一真正关心的是 gmail/yahoo,facebook 和 twitter 是可选的。
编辑:为了解决这个问题,
^ 作者说有更新的叉子,这些就是我正在寻找的。
There are plenty of them out there but a lot of them are old - can anyone recommend a plugin which they recently implemented?
The only thing I really care about is gmail/yahoo, facebook and twitter are optional.
EDIT: To address the answer,
Confusion on using django socialauth
^ the author says there are newer forks, those are what I'm looking for.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你看过 Django Socialauth 吗?
Have you looked at Django Socialauth?
Matías Aguirre 的 django-social-auth 是一个看起来非常活跃的实现项目,截至今天。
根据自述文件,它支持所有主要提供商(以及一些贡献者)、基本用户数据群体以及与单个用户关联的多个社交帐户。
编辑:
django-social-auth
现在称为 python-social-auth。Raymond Penners 的 django-allauth 是专门针对 Django 的可行替代方案。它支持几乎同样多的提供程序,而且也非常作为一个项目活跃。
django-social-auth by Matías Aguirre is an implementation which looks pretty active as a project, as of today.
According to the README it supports all major providers (and some contributed others), basic user data population and multiple social accounts association to single users.
Edit:
django-social-auth
is now called python-social-auth.django-allauth by Raymond Penners is a viable alternative specifically for Django. It supports almost as many providers, and is also very active as a project.
这就是 github 的酷之处——它为你跟踪分叉并绘制一个很酷的小网络图。从中,您可以轻松找到最近更新的分支
只需单击“网络”按钮查看图表。
That's kind of what's cool about github - it tracks forks for you and draws a cool little network graph. From that, you can easily find the most recently updated fork
Just click on the 'Network' button to see the graph.