Skip to content

Commit b02ef81

Browse files
authored
Merge pull request #165 from cdbattags/update-lua-resty-jwt
Update lua-resty-jwt for OpenSSL 1.1
2 parents 9a3b829 + 3d3b39e commit b02ef81

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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

lua-resty-openidc-1.5.4-1.rockspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +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",
29-
"lua-resty-hmac"
28+
"lua-resty-jwt >= 0.2.0"
3029
}
3130
build = {
3231
type = "builtin",

0 commit comments

Comments
 (0)