I am trying to verify a JWS token in a Kong plugin. The kong plugin has to be written in Lua. The algorithm used to sign the token is EdDSA. I couldn't find any library support for EdDSA in Lua.
I have tried using lua-resty-jwt. I have also tried installing nettle but haven't been successful in doing so.