Since Google deprecated OpenID 2.0 https://developers.google.com/accounts/docs/OpenID2
What django libraries are present which support the new settings?
I am trying to add Google OpenID using django_openid_auth
(that's on launchpad) and getting a 400 error as response!!
What are the additional changes I should make so that django_openid_auth
works with new Google config
I would say Python-social-auth works well. I use it in almost every project and never gave any problem.