forked from Mirrors/oauth2
oauth2: add user.gini.net to the broken providers
Change-Id: I4fa586bec82309bad4dbb02ae6b722f9c19608f6 Reviewed-on: https://go-review.googlesource.com/9804 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
parent
ec6d5d770f
commit
2159a45684
|
@ -108,6 +108,7 @@ var brokenAuthHeaderProviders = []string{
|
||||||
"https://www.strava.com/oauth/",
|
"https://www.strava.com/oauth/",
|
||||||
"https://app.box.com/",
|
"https://app.box.com/",
|
||||||
"https://test-sandbox.auth.corp.google.com",
|
"https://test-sandbox.auth.corp.google.com",
|
||||||
|
"https://user.gini.net/",
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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