Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best and most recent social authentication plugin for Django?

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,

Confusion on using django socialauth

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

like image 923
meder omuraliev Avatar asked May 17 '10 01:05

meder omuraliev


1 Answers

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
like image 158
gsiener Avatar answered Sep 29 '22 08:09

gsiener