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