Skip to content

Commit

Permalink
feat: release v0.2.6 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlinsRan authored Oct 23, 2024
1 parent f370e03 commit 6a2dda8
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions rockspec/api7-lua-resty-jwt-0.2.6-0.rockspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
rockspec_format = '3.0'
package = 'api7-lua-resty-jwt'
version = '0.2.6-0'
source = {
url = 'git://github.com/api7/lua-resty-jwt',
tag = 'v0.2.6'
}
description = {
summary = 'JWT for ngx_lua and LuaJIT.',
detailed = [[
This library requires an nginx build
with OpenSSL, the ngx_lua module,
the LuaJIT 2.0, the lua-resty-hmac,
and the lua-resty-string,
]],
homepage = 'https://github.com/api7/lua-resty-jwt',
license = 'Apache License Version 2'
}
dependencies = {
'lua >= 5.1',
'lua-resty-openssl >= 0.6.8'
}
build = {
type = 'builtin',
modules = {
['resty.jwt'] = 'lib/resty/jwt.lua',
['resty.evp'] = 'lib/resty/evp.lua',
['resty.jwt-validators'] = 'lib/resty/jwt-validators.lua',
['resty.hmac'] = 'third-party/lua-resty-hmac/lib/resty/hmac.lua'
}
}

0 comments on commit 6a2dda8

Please sign in to comment.