5

I am looking for a Django application to implement Facebook-connect, and I have found 2 options that look pretty stable:

They seem to be forks of each other, but they are in fact different applications. Has anybody tried both of them? If so, which one would you recommend me?

Thanks!

Juande Carrion
  • 750
  • 8
  • 11

2 Answers2

12

I've had the best experience with django-social-auth. It has the best docs, no weird templates, code looks clean, and issues are solved very quick. It's also very easy to combine with a javascript openid plugin like http://jvance.com/pages/jQueryOpenIdPlugin.xhtml.

Kevin Renskers
  • 5,156
  • 4
  • 47
  • 95
9

I tried django-socialregistration, Django-Socialauth, django-social-auth, and django-allauth, and wrote a review of them.

django-allauth is the only one that worked out of the box for me. And it's the only one that supports both username/password registration as well as social auth.

user85461
  • 6,510
  • 2
  • 34
  • 40