Skip to content

Commit

Permalink
remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dspo committed Sep 25, 2024
1 parent 544174b commit e1e1c3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apisix/plugins/jwt-auth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ local function get_secret(conf)
return secret
end

-- introducing method_only flag (returns respective signing method) to save http API calls.
local function get_auth_secret(auth_conf)
if not auth_conf.algorithm or auth_conf.algorithm == "HS256"
or auth_conf.algorithm == "HS512" then
Expand Down

0 comments on commit e1e1c3f

Please sign in to comment.