Question

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!

Was it helpful?

Solution

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.

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top