File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77
88env :
99 global :
10- - VERSION=1.6.1 -1
10+ - VERSION=1.7.0 -1
1111 - NAME=lua-resty-openidc
1212 - ROCKSPEC=$NAME-$VERSION.rockspec
1313 - LUAROCKS=2.3.0
Original file line number Diff line number Diff line change 1+ 10/19/2019
2+ - release 1.7.0
3+
1410/18/2018
25- add token revocation support on logout (opts.revoke_tokens_on_logout)
36
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ specific language governing permissions and limitations
1717under the License.
1818
1919***************************************************************************
20+ Copyright (C) 2017-2018 ZmartZone IAM
2021Copyright (C) 2015-2017 Ping Identity Corporation
2122All rights reserved.
2223
Original file line number Diff line number Diff line change 11package = " lua-resty-openidc"
2- version = " 1.6.1 -1"
2+ version = " 1.7.0 -1"
33source = {
44 url = " git://github.com/zmartzone/lua-resty-openidc" ,
5- tag = " v1.6.1 " ,
5+ tag = " v1.7.0 " ,
66 dir = " lua-resty-openidc"
77}
88description = {
You can’t perform that action at this time.
0 commit comments