Skip to content

Commit

Permalink
debug false
Browse files Browse the repository at this point in the history
  • Loading branch information
MiguelSavignano committed Sep 28, 2023
1 parent aca02e0 commit c6ce947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/jwt-claims/schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 }, },
}, }, },
},
}

0 comments on commit c6ce947

Please sign in to comment.