Skip to content

Commit ea8af9a

Browse files
Heejoon Shinheejoonshin
authored andcommitted
Add kakao and naver brokenAuthHeaderProviders
1 parent d668ce9 commit ea8af9a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/token.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,8 @@ var brokenAuthHeaderProviders = []string{
137137
"https://gitter.im/login/oauth/token",
138138
"https://openid-connect.onelogin.com/oidc",
139139
"https://api.dailymotion.com/oauth/token",
140+
"https://kauth.kakao.com/oauth/token",
141+
"https://nid.naver.com/oauth2.0/token",
140142
}
141143

142144
// brokenAuthHeaderDomains lists broken providers that issue dynamic endpoints.

0 commit comments

Comments
 (0)