Hey folks,
I’m the maintainer of lua-resty-jwt, an OpenResty/Lua JWT library. The current listing on jwt.io/libraries points to SkyLothar/lua-resty-jwt, which has been abandoned since May 2020 (70+ open issues, no activity).
I’ve been maintaining the active fork at cdbattags/lua-resty-jwt and just shipped v0.3.0 with full IANA JOSE algorithm coverage:
-
JWS: HS256/384/512, RS256/384/512, ES256/384/512, PS256/384/512, Ed25519, Ed448
-
JWE key management: RSA-OAEP family, dir, A128/192/256KW, ECDH-ES (+KW variants), AES-GCM KW, PBES2
-
JWE content encryption: A128/192/256CBC-HS256/384/512, A128/192/256GCM
I’ve opened a PR to update the listing: Update Lua library listing to cdbattags/lua-resty-jwt by cdbattags · Pull Request #921 · jsonwebtoken/jsonwebtoken.github.io · GitHub
Would appreciate any visibility or a nudge from the Auth0/jwt.io team to get this merged. The Lua ecosystem deserves an up-to-date entry on the page.
Thanks!