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
I know this is a late answer, but I'm doing similar stuff and I just discovered django-socialregistration. which basically does OAuth, OpenID, Facebook Connect, etc. Unlike some of the other options it seems to be actively developed and used by a lot of projects.