We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39287af commit d7bd9a2Copy full SHA for d7bd9a2
lib/resty/openidc.lua
@@ -69,7 +69,7 @@ local WARN = ngx.WARN
69
local function token_auth_method_precondition(method, required_field)
70
return function(opts)
71
if not opts[required_field] then
72
- ngx.log(ngx.DEBUG, "Can't use " .. method .. " without opts." .. required_field)
+ log(DEBUG, "Can't use " .. method .. " without opts." .. required_field)
73
return false
74
end
75
return true
0 commit comments