Which django OpenID library works with new Google OpenID

159 views Asked by At

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

1

There are 1 answers

0
Marco Montanari On

I would say Python-social-auth works well. I use it in almost every project and never gave any problem.