We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d25e04 commit fc0ddebCopy full SHA for fc0ddeb
2 files changed
lib/resty/jwt.lua
@@ -10,7 +10,7 @@ local openssl_rand = require "resty.openssl.rand"
10
local kdf = require "resty.openssl.kdf"
11
local utils = require "resty.utils"
12
13
-local _M = { _VERSION = "0.3.1" }
+local _M = { _VERSION = "0.3.2" }
14
15
local mt = {
16
__index = _M
lua-resty-jwt-dev-0.rockspec
@@ -25,6 +25,7 @@ build = {
25
['resty.jwt'] = 'lib/resty/jwt.lua',
26
['resty.evp'] = 'lib/resty/evp.lua',
27
['resty.jwt-validators'] = 'lib/resty/jwt-validators.lua',
28
+ ['resty.utils'] = 'lib/resty/utils.lua',
29
['resty.hmac'] = 'third-party/lua-resty-hmac/lib/resty/hmac.lua'
30
}
31
0 commit comments