"python-social-auth" 或 "django-social-auth"

"python-social-auth" or "django-social-auth"

我是社交网络新手。 我在 django (v1.10.1) 上有一个项目。 我正在尝试添加授权。

使用 "python-social-auth" 或 "django-social-auth" 哪个更好?

Django-social-auth 有一个 very clear warning 已弃用,取而代之的是 python-social-auth。

Python-social-auth 是从 django-social-auth 派生而来的,其思想是概括流程以适应周围的不同框架。 所以最新版本是"python-social-auth"。它被分成更小的组件,专注于提供更简单的功能。 所以对于 django 你可以使用 "social-auth-app-django"。 更多细节可以从这个 link 中获得。 http://python-social-auth-docs.readthedocs.io/en/latest/installing.html