File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ services:
77
88env :
99 global :
10- - VERSION=1.7.0-2
10+ - VERSION=1.7.1-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+ 02/18/2019
2+ - release 1.7.1
3+
1411/06/2018
25- make sure opts.discovery is resolved when "iss" is returned as part of the
36 authorization response; see #224 ; thanks @mijohansen
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ specific language governing permissions and limitations
1717under the License.
1818
1919***************************************************************************
20- Copyright (C) 2017-2018 ZmartZone IAM
20+ Copyright (C) 2017-2019 ZmartZone IAM
2121Copyright (C) 2015-2017 Ping Identity Corporation
2222All rights reserved.
2323
@@ -72,7 +72,7 @@ local supported_token_auth_methods = {
7272}
7373
7474local openidc = {
75- _VERSION = " 1.7.0 "
75+ _VERSION = " 1.7.1 "
7676}
7777openidc .__index = openidc
7878
Original file line number Diff line number Diff line change 11package = " lua-resty-openidc"
2- version = " 1.7.0-2 "
2+ version = " 1.7.1-1 "
33source = {
44 url = " git://github.com/zmartzone/lua-resty-openidc" ,
5- tag = " v1.7.0 " ,
5+ tag = " v1.7.1 " ,
66 dir = " lua-resty-openidc"
77}
88description = {
You can’t perform that action at this time.
0 commit comments