Which openid / oauth library to connect a django project to Google Apps Accounts?
I'm working on an intranet django project (not using GAE) for a company that uses Google Apps for login. So I'd like my users to be able to log in to my django project using their google accounts login. OpenID seems appropriate, although maybe Oauth might work too? I see a lot of similarly named libraries out there to connect django's auth system to external login systems: django-authopenid - http://bitbucket.org/benoitc/django-authopenid django-openid - http://github.com/simonw/django-openid django-openidauth - http://code.google.com/p/django-openid-auth/ django-oauth - http://bitbucket.org