ueberauth / ueberauth_google

Google OAuth2 Strategy for Überauth.
MIT License
166 stars 85 forks source link

Handle %OAuth2.Response{status_code: 503} with no error_description in get_access_token #99

Closed angelikatyborska closed 1 year ago

angelikatyborska commented 1 year ago

closes https://github.com/ueberauth/ueberauth_google/issues/98

yordis commented 1 year ago

@angelikatyborska do you mind adding an entry at https://github.com/ueberauth/ueberauth_google/blob/master/CHANGELOG.md 🙏🏻

angelikatyborska commented 1 year ago

Done. I'm addressing the CI failures in another PR because they're unrelated to my changes: https://github.com/ueberauth/ueberauth_google/pull/100