forked from Mirrors/oauth2
oauth2: Add TrainingPeaks to list of broken oauth2 endpoints
Fixes #97 Change-Id: I8c61214aeb5fdd049a4eddbf8e8a25b130c908b0 Reviewed-on: https://go-review.googlesource.com/7450 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
7e88c64e80
commit
42633ef623
|
@ -428,6 +428,8 @@ var brokenAuthHeaderProviders = []string{
|
||||||
"https://api.odnoklassniki.ru/",
|
"https://api.odnoklassniki.ru/",
|
||||||
"https://connect.stripe.com/",
|
"https://connect.stripe.com/",
|
||||||
"https://api.pushbullet.com/",
|
"https://api.pushbullet.com/",
|
||||||
|
"https://oauth.sandbox.trainingpeaks.com/",
|
||||||
|
"https://oauth.trainingpeaks.com/",
|
||||||
}
|
}
|
||||||
|
|
||||||
// providerAuthHeaderWorks reports whether the OAuth2 server identified by the tokenURL
|
// providerAuthHeaderWorks reports whether the OAuth2 server identified by the tokenURL
|
||||||
|
|
Loading…
Reference in New Issue