views:

208

answers:

3

There are plenty of them out there but a lot of them are old - can anyone recommend a plugin which they recently implemented?

The only thing I really care about is gmail/yahoo, facebook and twitter are optional.

EDIT: To address the answer,

http://stackoverflow.com/questions/2421993/confusion-on-using-django-socialauth

^ the author says there are newer forks, those are what I'm looking for.

+4  A: 

Have you looked at Django Socialauth?

This is a application to enable authentication via various third party sites. In particular it allows logging in via

  1. Twitter
  2. Gmail
  3. Facebook
  4. Yahoo(Essentially openid)
  5. OpenId
gsiener
Yes but I came across a SO thread where the author of this plugin says it's outdated himself.
meder
That page has been removed..
Alex DeLarge
+3  A: 

That's kind of what's cool about github - it tracks forks for you and draws a cool little network graph. From that, you can easily find the most recently updated fork

Just click on the 'Network' button to see the graph.

Chris Lawlor
Sweet, didn't know that, I only learned yesterday that you could send links to specific lines of code. Github just gets better and better..
Alex DeLarge
A: 

If You are only bothered abount gmail and yahoo. Use jopenId. I recently did it and its quite easy. Following is the link.
http://code.google.com/p/jopenid/

Run the Sample code.

Hope it would help you.

Vikas