зеркало из https://github.com/golang/oauth2.git
oauth2: Add Pushbullet to set of broken providers.
https://api.pushbullet.com/ accepts client_secret as a POST body parameter but not via HTTP basic auth, so it needs to be on this list. I have asked them to fix it properly too :-) Change-Id: Iff3cba20592c66d5a38755f47b05f1e992dfbad6 Reviewed-on: https://go-review.googlesource.com/7381 Reviewed-by: Andrew Gerrand <adg@golang.org>
This commit is contained in:
Родитель
2167774341
Коммит
7e88c64e80
|
@ -427,6 +427,7 @@ var brokenAuthHeaderProviders = []string{
|
|||
"https://oauth.vk.com/",
|
||||
"https://api.odnoklassniki.ru/",
|
||||
"https://connect.stripe.com/",
|
||||
"https://api.pushbullet.com/",
|
||||
}
|
||||
|
||||
// providerAuthHeaderWorks reports whether the OAuth2 server identified by the tokenURL
|
||||
|
|
Загрузка…
Ссылка в новой задаче