Skip to content

Commit

Permalink
Add kakao and naver brokenAuthHeaderProviders
Browse files Browse the repository at this point in the history
  • Loading branch information
heejoonshin committed Jan 9, 2019
1 parent d668ce9 commit 1daf5d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ var brokenAuthHeaderProviders = []string{
"https://gitter.im/login/oauth/token",
"https://openid-connect.onelogin.com/oidc",
"https://api.dailymotion.com/oauth/token",
"https://kauth.kakao.com/oauth/token",
"https://nid.naver.com/oauth2.0/token",
}

// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.
Expand Down

0 comments on commit 1daf5d8

Please sign in to comment.