Skip to content

Commit fa0e26a

Browse files
committed
Update lua-resty-jwt for OpenSSL 1.1
1 parent 9a3b829 commit fa0e26a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ author = Hans Zandbelt (@zandbelt)
44
is_original = yes
55
license = apache2
66
repo_link = https://github.com/zmartzone/lua-resty-openidc
7-
requires = openresty, pintsized/lua-resty-http >= 0.08, bungle/lua-resty-session >= 2.8, SkyLothar/lua-resty-jwt >= 0.1.5, jkeys089/lua-resty-hmac
7+
requires = openresty, pintsized/lua-resty-http >= 0.08, bungle/lua-resty-session >= 2.8, cdbattags/lua-resty-jwt >= 0.2.0, jkeys089/lua-resty-hmac >= 0.2

lua-resty-openidc-1.5.4-1.rockspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = {
2525
"lua >= 5.1",
2626
"lua-resty-http >= 0.08",
2727
"lua-resty-session >= 2.8",
28-
"lua-resty-jwt >= 0.1.5",
28+
"lua-resty-jwt >= 0.2.0",
2929
"lua-resty-hmac"
3030
}
3131
build = {

0 commit comments

Comments
 (0)