views:

1111

answers:

5

I use pyFacebook (which is not oauth) for facebook/django. What about oauth? What library do you guys absolutely recommend?

I'm trying to implement a login system for LinkedIn: http://developer.linkedin.com/docs/DOC-1008#Authorization_in_the_LinkedIn_APIs

+1  A: 

Not a library at all, but a ready authorization solution is provided by RPX Now. It could help you. I'm using it in my current project and I can say it saved me much headache and time. Sometimes it happens to be slooow however. Rely or not to rely on it is your choice, of course.

nailxx
+1  A: 

I found the auth module that is bundled inside tornado is really nice.

jpartogi
A: 

Check out http://github.com/uswaretech/Django-Socialauth Django Social Auth, it has linked in, Twitter and Facebook.

Mark Ellul
+1  A: 

There's a nice looking django-oauth module here: http://code.welldev.org/django-oauth/overview

As well as a nice looking django-openid module here: http://github.com/simonw/django-openid

I'd recommend checking both of these out and see which one suits your needs.

slacy
+1  A: 

There's a simple auth backend using the gigya service

http://code.google.com/p/django-gigyauth/

note I'm the author :) I'm thinking it might be interesting direction to take, to branche off and add keys for all similar services

dagray