You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: