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 36db980 commit 74b01adCopy full SHA for 74b01ad
kong/plugins/basic-auth/access.lua
@@ -26,8 +26,8 @@ local _M = {}
26
--
27
-- @param request ngx request object
28
-- @param {table} conf Plugin config
29
--- @return {string} public_key
30
--- @return {string} private_key
+-- @return {string} username
+-- @return {string} password
31
local function retrieve_credentials(header_name, conf, header)
32
local username, password
33
local authorization_header = header or kong.request.get_header(header_name)
0 commit comments