将用户添加到系统。
| 包 | Python Social Auth | django-organizations | django-registration-redux | django-registration | django-user-accounts | django-userena-ce | Hello, ID Please (HIdP) | django-guest-user | django-allauth | django-verification | django-registration-rest-framework |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 描述 | Python Social Auth - Application - Django |
:couple: Django 项目的 多用户账户 |
Django-registration (redux) provides user registration functionality for Django websites. |
An extensible user-registration app for Django. |
Django 用户账户 | Accounts for Django made beautifully simple |
Hello, ID Please! | A Django app that allows visitors to interact with your site as a guest user without requiring registration. |
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication. |
用于两步 验证的通用应用。 |
Django Rest 注册 Framework |
| 类别 | 应用 | 应用 | 应用 | 应用 | 应用 | 应用 | 应用 | 应用 | 应用 | 应用 | 应用 |
| # 使用方法 | 30 | 6 | 14 | 243 | 5 | 22 | 0 | 1 | 143 | 1 | 1 |
| 支持 Python 3? | |||||||||||
| 开发状态 | 生产/稳定版 | 生产/稳定版 | 生产/稳定版 | 生产/稳定版 | 生产/稳定版 | 生产/稳定版 | 生产/稳定版 | 测试版 | 生产/稳定版 | 测试版 | 测试版 |
| 最后更新 | 2025年11月10日,下午4:06 | 2025年6月10日,上午8:56 | 2025年10月9日,上午5:33 | 2025年4月7日,凌晨1:54 | 2024年7月22日,下午5:36 | 2025年4月10日,上午11:29 | 2025年10月30日,上午6:09 | 2023年10月1日,上午11:55 | 2025年10月31日,上午6:18 | 2024年2月28日,上午4:21 | 2024年1月8日,上午5:46 |
| 版本 | 5.6.0 | 2.5.0 | 2.13 | 5.2.1 | 3.3.2 | 7.0.3 | 1.6.0 | 0.5.5 | 65.13.0 | 1.4.0 | 0.3.0 |
| 仓库 | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | GitHub | Codeberg | GitHub | GitHub |
| 提交 | |||||||||||
| 星标 | 2,121 | 1,346 | 975 | 942 | 1,222 | 84 | 24 | 78 | 8 | 13 | 43 |
| 仓库分叉数 | 393 | 219 | 344 | 236 | 354 | 18 | 0 | 13 | 107 | 2 | 27 |
| 参与者 |
omab
renovate[bot] nijel pre-commit-ci[bot] dependabot[bot] andreif webjunkie TechNickAI bradenmacdonald aniav 更多... |
bennylope
mgrdcm nemesifier ericamador avelis justinmayer simkimsia bashu LegoStormtroopr sannies 更多... |
ubernostrum
joshblum macropin dicato laginha felixxm AMeng jamesturk timgraham areski 更多... |
ubernostrum
mattfox jambonrose sybix fdaveine TomasLoow c0d3z3r0 kiraware duncanparkes mpampols 更多... |
brosner
paltman blag grahamu uhurusurfa KatherineMichel nigma mfonism ntucker jacobwegner 更多... |
wunki
jmsmkn pyup-bot swistakm smlz yakky mortenwh barszczmm wouterdebres leonardoo 更多... |
wadevries
ramonakira dependabot[bot] rvanleeuwen-leukeleu fvanderpost 153957 mfinkoleukeleu mkirkeng-leukeleu dbunskoek ThomasKalverda |
julianwachholz
blag |
alexei
DonHaul yk GiannosOB Thrrp humrochagf dylan-hatch rida-zouga mecampbellsoup supervhs 更多... |
kaleissin |
alej0varas
tak3r |
| 文档 | 不适用 | 不适用 | |||||||||
| 测试? | 不完整 |
覆盖率总可以提高 | |||||||||
| 前端 | (示例项目包括基于 bootstrap 的模板) | 此外,还提供一个功能齐全的演示,展示用法。 |
|||||||||
| 邀请 | |||||||||||
| openid | |||||||||||
| OAuth | |||||||||||
| Persona | |||||||||||
| 其他协议 | |||||||||||
| 兼容 1.5 | |||||||||||
| 文档? | http://python-social-auth.readthedocs.org/ |
https://django-allauth.readthedocs.org/en/latest/ | 在 README 中 | ||||||||
| 模块化(可插拔性) | 对于仅仅是注册来说,功能过多。 | ||||||||||
| OAuth2 | |||||||||||
| 代码质量 | 非常棒的行内注释 | black | |||||||||
| 目的和范围 | 为 Python 项目提供易于设置的社交认证和授权机制 |
添加了用户权限和头像。 | 自动为新访问者创建临时用户。 | (确实如此,本地和社交账户的注册) | 这是一个用于两步验证的通用库。需要一些组装。演示展示了三种不同的注册使用方式。 |
| 功能 | 描述 |
|---|---|
| 测试? | |
| 前端 | 应用是否提供了一套合理的默认模板? |
| 邀请 | |
| openid | 处理 openid 注册/认证 |
| OAuth | 处理 OAuth 注册 |
| Persona | 处理 Persona 注册 |
| 其他协议 | 其他支持的注册协议 |
| 兼容 1.5 | 兼容 Django 1.5.x 自定义用户模型 |
| 文档? | * Docs 文件夹?<br>* 安装说明? |
| 模块化(可插拔性) | * 安装对项目的其余部分应尽量少侵入。<br>* 不要将可插拔性与针对每个通用用例的过度工程混淆。<br>* 在你的应用中,子模块化是很好的,例如 django-registration 的不同注册后端<br> |
| OAuth2 | 处理 OAuth2 注册 |
| 代码质量 | * 没有奇怪的布局<br>* 代码遵循 PEP-8!<br>* settings.py 中设置的变量保持少量?<br>* 易于插入,首选 INSTALLED_APPS = ‘foo’。<br>* 易于记住的名称<br> |
| 目的和范围 | 它是否只涉及注册,还是被其他概念模糊了? |
| 搜索权重 | 包 | 描述 | 最后 PyPI 发布 | 星标 | 派生 | |||||
|---|---|---|---|---|---|---|---|---|---|---|
| {{ item.weight / max_weight * 100 | number:0 }}% | {{ item.title }} | 分类表格: {{ item.description }} | {{ item.last_released | date: 'mediumDate' }} | 不适用 | {{ item.score }} | 不适用 | {{ item.repo_watchers }} | 不适用 | {{ item.repo_forks }} | 不适用 |