Hi all, I am considering a 3rd part Authentication system for logging in (new/old) users. Much like how StackOverflow authenticates it's users. This scheme is good as it frees me from doing authentication from my side. I need this -
- Login using Google, Facebook, Twitter, Yahoo, OpenID Authentication Systems.
- Provide the same user logged in functionality as the default django auth system i.e. @login_required decorators should work
There seem to be some number of Django-apps out there which claim to solve this problem. Which ones are good? Ex. Django-SocialAuth, django-openid-auth