File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sudo: false
44
55env :
66 global :
7- - VERSION=1.4.0 -1
7+ - VERSION=1.4.1 -1
88 - NAME=lua-resty-openidc
99 - ROCKSPEC=$NAME-$VERSION.rockspec
1010 - LUAROCKS=2.3.0
Original file line number Diff line number Diff line change 1110/03/2017
22- ignore any configured token_endpoint_auth_method that the library doesn't support (and log an error) and
33 fall back to the first token_endpoint_auth_methods_supported the library can use; thanks @bodewig
4+ - release 1.4.1
45
5609/30/2017
67- add `session_contents` option to configure which information/tokens get stored
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ local supported_token_auth_methods = {
6262}
6363
6464local openidc = {
65- _VERSION = " 1.4.0 "
65+ _VERSION = " 1.4.1 "
6666}
6767openidc .__index = openidc
6868
Original file line number Diff line number Diff line change 11package = " lua-resty-openidc"
2- version = " 1.4.0 -1"
2+ version = " 1.4.1 -1"
33source = {
44 url = " git://github.com/pingidentity/lua-resty-openidc" ,
5- tag = " v1.4.0 " ,
5+ tag = " v1.4.1 " ,
66 dir = " lua-resty-openidc"
77}
88description = {
You can’t perform that action at this time.
0 commit comments