code4lib / shortimer

a webapp for code4lib jobs

Home Page:http://jobs.code4lib.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update Google authentication method

rosy1280 opened this issue · comments

Attempts to log in to jobs.code4lib.org fail and users are redirected here: https://support.google.com/accounts/answer/6206245?p=openid&rd=1. According to that page, OpenID 2.0 was replaced by OpenID Connect. The page also links to instructions on migrating from OpenID 2.0; those instructions can be found here: https://developers.google.com/identity/protocols/OpenID2Migration

I suspect that an upgrade of django-socialauth will fix this. I need to find the time to test it in a dev environment first though.

Since django-socialauth is deprecated, you might consider taking the opportunity to migrate to https://github.com/omab/python-social-auth

👍