We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8581aa commit d53ef5eCopy full SHA for d53ef5e
apisix/plugins/openid-connect.lua
@@ -24,6 +24,7 @@ local string = string
24
local ngx = ngx
25
local ipairs = ipairs
26
local type = type
27
+local pcall = pcall
28
local concat = table.concat
29
30
local ngx_encode_base64 = ngx.encode_base64
0 commit comments