【问题标题】:"python-social-auth" or "django-social-auth"“python-social-auth”或“django-social-auth”
【发布时间】:2018-05-18 15:57:41
【问题描述】:

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

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

【问题讨论】:

  • + 为什么更好?
  • 如果你自己研究过你的问题,你会发现 django-social-auth 是“不推荐使用 python-social-auth。”
  • 谢谢。你绝对正确:)

标签: django social-networking python-social-auth


【解决方案1】:

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

【讨论】:

  • 谢谢。我看过,但是连接有问题。我犹豫了一下,决定检查一下:)
【解决方案2】:

Python-social-auth 源自 django-social-auth,其理念是概括该过程以适应不同的框架。 所以最新版本是“python-social-auth”。它被分成更小的组件,专注于提供更简单的功能。 所以对于 django,你可以使用“social-auth-app-django”。 可以从此链接获得更多详细信息。 http://python-social-auth-docs.readthedocs.io/en/latest/installing.html

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2014-03-26
    • 2017-05-05
    • 2020-10-12
    • 1970-01-01
    • 2019-06-26
    • 2012-02-17
    • 2012-11-26
    相关资源
    最近更新 更多