问题描述
我正在寻找一个django/oauth项目,该项目至少允许对Twitter和Facebook进行开放式身份验证(其他服务将是一项奖励).似乎有一个线程由,其中包含一些不同的软件包建议.
I'm looking for a django/oauth project which would allow for open authentication to at least Twitter and Facebook (other services would be a bonus). It appears there was a thread started by TIMEX in Febuary 2010 with a few different package recommendations.
自从发起者提出问题以来已经过去了大约一年半的时间,所以我想再问一遍,希望时间可以给一些更强大的软件包.
Since it has been approximately a year and a half since the originator first posed the question, I'd like to ask again, hoping that time may have given to some more robust packages.
上一个线程中提到的一些软件包:
Some packages mentioned from the previous thread:
- http://code.google.com/p/django-gigyauth -上次更新日期为2010年7月18日
- https://github.com/simonw/django-openid -最近更新为1月2010年12月12日,
- https://github.com/uswaretech/Django-Socialauth -最近更新于7月2010年5月5日,
- http://code.google.com/p/django-gigyauth - Last updated July 18, 2010
- https://github.com/simonw/django-openid - Last updated Jan 12, 2010
- https://github.com/uswaretech/Django-Socialauth - Last updated July 5, 2010
推荐答案
我认为 django-socialregistration 是使用最广泛的.检查 djangopackages ,以获取有关可用功能的更详细概述.
I think django-socialregistration is the most widely used. Check djangopackages for a more detailed overview of what is available.
这篇关于对于Facebook和Twitter集成,最推荐的django/oauth软件包是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!