nic-6443 commented on code in PR #11597:
URL: https://github.com/apache/apisix/pull/11597#discussion_r1774370433
##########
apisix/plugins/jwt-auth.lua:
##########
@@ -138,14 +137,9 @@ function _M.check_schema(conf, schema_type)
end
if conf.algorithm == "RS256" or conf.algorithm == "ES256" then
Review Comment:
It looks like this validation is redundant with the json schema, see if it
can be removed.
--
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]