Do You Publish Your Lua Modules? #12719
-
I want to use kong/kong/plugins/jwt in a project since this is the only Lua+JWT module i've found that supports ES256. Do you publish this anywhere (i.e. luarocks) so that I can import it? |
Beta Was this translation helpful? Give feedback.
Answered by
Tieske
Mar 8, 2024
Replies: 1 comment 2 replies
-
We do not. But you could create a separate project with only a Here's an example of doing the same thing; this repo publishes the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
frankgreco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We do not. But you could create a separate project with only a
rockspec
file that references the Kong git repo. That should just work. Make sure to point to a specific git-tag to ensure the contents is stable.Here's an example of doing the same thing; this repo publishes the
ltn12
module which is part of LuaSocket.