Update `authorize_url` and `token_url`
The old authorize_url, https://www.google.com/accounts/o8/oauth2/authorization, redirects to https://accounts.google.com/o/oauth2/auth.
The old token_url began 404'ing some time in the past few days-- the current recommended URL is https://www.googleapis.com/oauth2/v4/token (according to https://developers.google.com/identity/protocols/OpenIDConnect).
@racerpeter Your fixes helped solve our problem, thanks!
Please accept this PR
@racerpeter Your fixes helped solve our problem, thanks!
This solved my problem as well. Please accept this PR.
^ @samdunne
@hatboysam Are you able to approve this PR?
that took a while