Django 最好且最新的社交身份验证插件是什么?

发布于 2024-09-01 23:01:57 字数 296 浏览 6 评论 0原文

那里有很多插件,但很多都是旧的 - 谁能推荐一个他们最近实现的插件?

我唯一真正关心的是 gmail/yahoo,facebook 和 twitter 是可选的。

编辑:为了解决这个问题,

使用 djangosocialauth 的困惑

^ 作者说有更新的叉子,这些就是我正在寻找的。

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

少女的英雄梦 2024-09-08 23:01:57

你看过 Django Socialauth 吗?

这是一个用于启用
通过各种第三方认证
网站。特别是它允许记录
在通过

  1. 推特
  2. Gmail
  3. 脸书
  4. 雅虎(本质上是 openid)
  5. OpenId

Have you looked at Django Socialauth?

This is a application to enable
authentication via various third party
sites. In particular it allows logging
in via

  1. Twitter
  2. Gmail
  3. Facebook
  4. Yahoo(Essentially openid)
  5. OpenId
恍梦境° 2024-09-08 23:01:57

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.

乄_柒ぐ汐 2024-09-08 23:01:57

这就是 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文