code4lib / shortimer

a webapp for code4lib jobs
http://jobs.code4lib.org
40 stars 15 forks source link

Update Google authentication method #41

Closed rosy1280 closed 9 years ago

rosy1280 commented 9 years ago

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

edsu commented 9 years ago

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.

tfmorris commented 9 years ago

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

edsu commented 9 years ago

:+1: