Django + Google SSO openid
问题 I would like to have my application http://app.acquee.com/designer to accept a google account as a login. I found a bunch of libs for django but most work on top of existing Django authentication system that I do not use. I have my own set of user tables where I keep user info and privileges. Any suggestion on how to integrate that with the Google Openid? Seems I will have to do it manually using python-openid. Or could I use django-openid? However, with the latter, I don't even know how to