membphis commented on code in PR #11772:
URL: https://github.com/apache/apisix/pull/11772#discussion_r1855894958


##########
apisix/plugins/jwt-auth.lua:
##########
@@ -48,7 +48,11 @@ local schema = {
         hide_credentials = {
             type = "boolean",
             default = false
-        }
+        },
+        key_claim_name = {
+            type = "string",

Review Comment:
   Add a limitation about the length, the minimum length should be 1
   
   empty string isn’t acceptable 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to