Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module 'resty.aes' not found: #84

Open
BrunoQuaresma opened this issue Jul 19, 2018 · 1 comment
Open

Module 'resty.aes' not found: #84

BrunoQuaresma opened this issue Jul 19, 2018 · 1 comment

Comments

@BrunoQuaresma
Copy link

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

@dekimsey
Copy link

dekimsey commented Aug 7, 2019

This module seems to come from lua-resty-string. But luarocks is unable to install it.

$ luarocks-5.3 install lua-resty-string
Installing http://luafr.org/moonrocks/lua-resty-string-0.09-0.rockspec

Error: Error fetching file: Failed downloading https://github.com/openresty/lua-resty-string/archive/v0.09.tar.gz - v0.09.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants