Skip to content

Commit

Permalink
Merge pull request #165 from cdbattags/update-lua-resty-jwt
Browse files Browse the repository at this point in the history
Update lua-resty-jwt for OpenSSL 1.1
  • Loading branch information
zandbelt authored Jun 7, 2018
2 parents 9a3b829 + 3d3b39e commit b02ef81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ author = Hans Zandbelt (@zandbelt)
is_original = yes
license = apache2
repo_link = https://github.com/zmartzone/lua-resty-openidc
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
requires = openresty, pintsized/lua-resty-http >= 0.08, bungle/lua-resty-session >= 2.8, cdbattags/lua-resty-jwt >= 0.2.0
3 changes: 1 addition & 2 deletions lua-resty-openidc-1.5.4-1.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ dependencies = {
"lua >= 5.1",
"lua-resty-http >= 0.08",
"lua-resty-session >= 2.8",
"lua-resty-jwt >= 0.1.5",
"lua-resty-hmac"
"lua-resty-jwt >= 0.2.0"
}
build = {
type = "builtin",
Expand Down

0 comments on commit b02ef81

Please sign in to comment.