Skip to content

Commit

Permalink
fix: update _GOOGLE_OAUTH2_CERTS_URL (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
busunkim96 committed Jan 27, 2020
1 parent 6c6c981 commit 054db75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/oauth2/id_token.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@

# The URL that provides public certificates for verifying ID tokens issued
# by Google's OAuth 2.0 authorization server.
_GOOGLE_OAUTH2_CERTS_URL = "https://www.googleapis.com/oauth2/v1/certs"
_GOOGLE_OAUTH2_CERTS_URL = "https://www.googleapis.com/oauth2/v3/certs"

# The URL that provides public certificates for verifying ID tokens issued
# by Firebase and the Google APIs infrastructure
Expand Down

0 comments on commit 054db75

Please sign in to comment.