File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
7
7
8
8
env :
9
9
global :
10
- - VERSION=1.5.4 -1
10
+ - VERSION=1.6.0 -1
11
11
- NAME=lua-resty-openidc
12
12
- ROCKSPEC=$NAME-$VERSION.rockspec
13
13
- LUAROCKS=2.3.0
Original file line number Diff line number Diff line change
1
+ 06/07/2018
2
+ - refer to updated lua-resty-jwt that supports OpenSSL 1.1.x ; see: #162; thanks @cdbattags
3
+ - release 1.6.0
4
+
1
5
05/29/2018
2
6
- when refreshing tokens the id token is now refreshed as well (if
3
7
included inside the token response); see #158; thanks @grrolland
4
8
5
9
05/24/2018
6
10
- add Cache-Control no-cache header to authorization requests to avoid replays of state/nonce;
7
- see https://github.com/ zmartzone/mod_auth_openidc/issues/ 321
11
+ see zmartzone/mod_auth_openidc# 321
8
12
9
13
04/28/2018
10
14
- release 1.5.4
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ local supported_token_auth_methods = {
65
65
}
66
66
67
67
local openidc = {
68
- _VERSION = " 1.5.4 "
68
+ _VERSION = " 1.6.0 "
69
69
}
70
70
openidc .__index = openidc
71
71
Original file line number Diff line number Diff line change 1
1
package = " lua-resty-openidc"
2
- version = " 1.5.4 -1"
2
+ version = " 1.6.0 -1"
3
3
source = {
4
4
url = " git://github.com/zmartzone/lua-resty-openidc" ,
5
- tag = " v1.5.4 " ,
5
+ tag = " v1.6.0 " ,
6
6
dir = " lua-resty-openidc"
7
7
}
8
8
description = {
You can’t perform that action at this time.
0 commit comments