forked from Mirrors/oauth2
token: added new broken auth header providers
Change-Id: I78b9e3dd126cfebb982ac1ddced09db53569d2bd Reviewed-on: https://go-review.googlesource.com/34251 Reviewed-by: Jaana Burcu Dogan <jbd@google.com>
This commit is contained in:
parent
f6093e37b6
commit
da3ce8d62a
|
@ -117,6 +117,8 @@ var brokenAuthHeaderProviders = []string{
|
|||
"https://www.strava.com/oauth/",
|
||||
"https://www.wunderlist.com/oauth/",
|
||||
"https://api.patreon.com/",
|
||||
"https://sandbox.codeswholesale.com/oauth/token",
|
||||
"https://api.codeswholesale.com/oauth/token",
|
||||
}
|
||||
|
||||
func RegisterBrokenAuthHeaderProvider(tokenURL string) {
|
||||
|
|
Loading…
Reference in New Issue