You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/03/10 06:19:03 UTC

[GitHub] [apisix] leslie-tsang commented on a change in pull request #6561: feat: jwt-plugin support custom parameters

leslie-tsang commented on a change in pull request #6561:
URL: https://github.com/apache/apisix/pull/6561#discussion_r823379847



##########
File path: apisix/plugins/jwt-auth.lua
##########
@@ -339,7 +352,7 @@ end
 
 
 function _M.rewrite(conf, ctx)
-    local jwt_token, err = fetch_jwt_token(ctx)
+    local jwt_token, err = fetch_jwt_token(conf,ctx)

Review comment:
       ```suggestion
       local jwt_token, err = fetch_jwt_token(conf, ctx)
   ```




-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org