moonming commented on a change in pull request #1224: support base64 secret for 
jwt auth
URL: https://github.com/apache/incubator-apisix/pull/1224#discussion_r405197863
 
 

 ##########
 File path: apisix/plugins/jwt-auth.lua
 ##########
 @@ -35,6 +38,10 @@ local schema = {
             enum = {"HS256", "HS384", "HS512", "RS256", "ES256"}
         },
         exp = {type = "integer", minimum = 1},
+        base64_secret = {
 
 Review comment:
   I think we can merge fisrt, then add schema check, Chinesse doc and more 
test cases in another PR.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to