mirror of
https://github.com/golang/oauth2.git
synced 2025-07-21 00:00:09 +08:00
oauth2: Add Strava to list of broken oauth2 endpoints
Fixes #101 Change-Id: I26b460dd0261c9599b2917ff97fa4f0c13218a3e Reviewed-on: https://go-review.googlesource.com/7850 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
798d582d94
commit
40163b0293
@ -430,6 +430,7 @@ var brokenAuthHeaderProviders = []string{
|
||||
"https://api.pushbullet.com/",
|
||||
"https://oauth.sandbox.trainingpeaks.com/",
|
||||
"https://oauth.trainingpeaks.com/",
|
||||
"https://www.strava.com/oauth/",
|
||||
}
|
||||
|
||||
// providerAuthHeaderWorks reports whether the OAuth2 server identified by the tokenURL
|
||||
|
Loading…
x
Reference in New Issue
Block a user