Hi folks, I'm trying to import the lua-resty-jwt in a script but this error module 'resty.aes' not found: is displayed. I tried to find the lua-resty-aes package on luarocks but I could not.
My goal is to build a script to verify a JWT. My current script:
local jwt = require "resty.jwt"
print("Hello World")
Lua version: 5.3.5
OS: MacOS Sierra
Hi folks, I'm trying to import the lua-resty-jwt in a script but this error
module 'resty.aes' not found:is displayed. I tried to find the lua-resty-aes package on luarocks but I could not.My goal is to build a script to verify a JWT. My current script:
Lua version: 5.3.5
OS: MacOS Sierra