Skip to content

Commit 46979f8

Browse files
committed
Update Lua library listing to cdbattags/lua-resty-jwt
The previous listing pointed to SkyLothar/lua-resty-jwt, which has been abandoned since 2020. The actively maintained fork at cdbattags/lua-resty-jwt now has full IANA JOSE algorithm coverage (v0.3.0), OpenSSL 3.x support, and a CVE fix.
1 parent e8a30d7 commit 46979f8

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

src/data/libraries-next.json

Lines changed: 22 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2438,32 +2438,35 @@
24382438
"support": {
24392439
"sign": true,
24402440
"verify": true,
2441-
"iss": false,
2442-
"sub": false,
2443-
"aud": false,
2441+
"iss": true,
2442+
"sub": true,
2443+
"aud": true,
24442444
"exp": true,
24452445
"nbf": true,
2446-
"iat": false,
2447-
"jti": false,
2446+
"iat": true,
2447+
"jti": true,
2448+
"typ": true,
24482449
"hs256": true,
2449-
"hs384": false,
2450+
"hs384": true,
24502451
"hs512": true,
24512452
"rs256": true,
2452-
"rs384": false,
2453-
"rs512": false,
2454-
"es256": false,
2455-
"es384": false,
2456-
"es512": false,
2457-
"ps256": false,
2458-
"ps384": false,
2459-
"ps512": false
2453+
"rs384": true,
2454+
"rs512": true,
2455+
"es256": true,
2456+
"es384": true,
2457+
"es512": true,
2458+
"ps256": true,
2459+
"ps384": true,
2460+
"ps512": true,
2461+
"eddsa": true,
2462+
"es256k": false
24602463
},
2461-
"authorUrl": "https://github.com/SkyLothar",
2462-
"authorName": "SkyLothar",
2463-
"gitHubRepoPath": "SkyLothar/lua-resty-jwt",
2464-
"repoUrl": "https://github.com/SkyLothar/lua-resty-jwt",
2464+
"authorUrl": "https://github.com/cdbattags",
2465+
"authorName": "cdbattags",
2466+
"gitHubRepoPath": "cdbattags/lua-resty-jwt",
2467+
"repoUrl": "https://github.com/cdbattags/lua-resty-jwt",
24652468
"installCommandMarkdown": [
2466-
"git clone https://github.com/SkyLothar/lua-resty-jwt.git"
2469+
"luarocks install lua-resty-jwt"
24672470
],
24682471
"stars": 505
24692472
}

0 commit comments

Comments
 (0)