Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dspo committed Sep 25, 2024
1 parent e1e1c3f commit 21bb26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apisix/plugins/jwt-auth.lua
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ local function sign_jwt_with_RS256_ES256(key, auth_conf, payload)
{
header = {
typ = "JWT",
alg = consumer.auth_conf.algorithm,
alg = auth_conf.algorithm,
x5c = {
auth_conf.public_key,
}
Expand Down

0 comments on commit 21bb26c

Please sign in to comment.