diff --git a/plugins/jwt-claims/schema.lua b/plugins/jwt-claims/schema.lua index 210fd78..0822ec0 100644 --- a/plugins/jwt-claims/schema.lua +++ b/plugins/jwt-claims/schema.lua @@ -10,7 +10,7 @@ return { { jwt_token_header = { description = "header with jwt decoded", type = "string" }, }, { claim_header_prefix = { description = "header prefix name for each claim", type = "string", default = "x-jwt-claim-" }, }, { authorization_header = { description = "header to fetch JWT token", type = "string", default = "Authorization" }, }, - { debug = { description = "print debug logs", type = "boolean" }, }, + { debug = { description = "print debug logs", type = "boolean", default = false }, }, }, }, }, }, }