We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f472a commit 0dd06d9Copy full SHA for 0dd06d9
server/handlers/token.go
@@ -66,7 +66,7 @@ func TokenHandler() gin.HandlerFunc {
66
67
// check if clientID & clientSecret are present as part of
68
// authorization header with basic auth
69
- if clientID == "" && clientSecret == "" && codeVerifier != "" {
+ if clientID == "" && clientSecret == "" {
70
clientID, clientSecret, _ = gc.Request.BasicAuth()
71
}
72
0 commit comments