forked from Mirrors/oauth2
oauth2: add api.netatmo.net to the broken providers
The auth on Netatmo api need ClientSecret in post request. Like descripted in github issue at https://github.com/golang/oauth2/issues/111 Change-Id: Ia85120d231e8a5c0ec851ddc3557bad26ecad41d Reviewed-on: https://go-review.googlesource.com/11833 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
parent
b5adcc2dcd
commit
8914e5017c
|
@ -109,6 +109,7 @@ var brokenAuthHeaderProviders = []string{
|
|||
"https://app.box.com/",
|
||||
"https://test-sandbox.auth.corp.google.com",
|
||||
"https://user.gini.net/",
|
||||
"https://api.netatmo.net/",
|
||||
}
|
||||
|
||||
// providerAuthHeaderWorks reports whether the OAuth2 server identified by the tokenURL
|
||||
|
|
Loading…
Reference in New Issue