internal: add gitter to broken provider list

Per https://developer.gitter.im/docs/authentication#2-gitter-redirects-back-to-your-site ,
both client_id and client_secret are required request parameters.

Change-Id: I64e40be0ab86ec5aea45597b6582e8059d5117cb
GitHub-Last-Rev: d1f5c9ebe6
GitHub-Pull-Request: golang/oauth2#346
Reviewed-on: https://go-review.googlesource.com/c/150557
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
lalyos 2018-11-20 19:07:42 +00:00 committed by Brad Fitzpatrick
parent f42d051822
commit 8f65e3013e
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ var brokenAuthHeaderProviders = []string{
"https://stackoverflow.com/oauth/access_token", "https://stackoverflow.com/oauth/access_token",
"https://account.health.nokia.com", "https://account.health.nokia.com",
"https://accounts.zoho.com", "https://accounts.zoho.com",
"https://gitter.im/login/oauth/token",
} }
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints. // brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.