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 2afcd2e commit 547467dCopy full SHA for 547467d
internals/proxy/proxy.go
@@ -64,6 +64,8 @@ func AuthMiddleware(next http.Handler) http.Handler {
64
65
authQuery := req.URL.Query().Get("@authorization")
66
67
+ log.Debug("Auth Query: ", authQuery, "| Query: ", req.URL.RawQuery)
68
+
69
var authType AuthType = None
70
71
success := false
0 commit comments