fix: Fix jwt-auth plugin related typos (#3291)

This commit is contained in:
Kent Dong
2026-02-11 17:43:49 +08:00
committed by GitHub
parent de50630680
commit cd0a6116ce
3 changed files with 15 additions and 15 deletions

View File

@@ -67,7 +67,7 @@ func genJWTs(keySets map[string]keySet) (jwts jwts) {
Expiry: jwt.NewNumericDate(time.Date(2034, 1, 1, 0, 0, 0, 0, time.UTC)),
NotBefore: jwt.NewNumericDate(time.Date(2024, 1, 1, 0, 0, 0, 0, time.UTC)),
},
"expried": {
"expired": {
Issuer: "higress-test",
Subject: "higress-test",
Audience: []string{"foo", "bar"},