chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
-- Copyright (C) Kong Inc.
|
||||
local access = require "kong.plugins.basic-auth.access"
|
||||
local kong_meta = require "kong.meta"
|
||||
|
||||
local BasicAuthHandler = {
|
||||
VERSION = kong_meta.version,
|
||||
PRIORITY = 1100,
|
||||
}
|
||||
|
||||
|
||||
function BasicAuthHandler:access(conf)
|
||||
access.execute(conf)
|
||||
end
|
||||
|
||||
return BasicAuthHandler
|
||||
Reference in New Issue
Block a user