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.3.1 -1
7+ - VERSION=1.3.2 -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 1105/31/2017
22- allow optional claim specs when verifying JWT access tokens; thanks @bodewig
33- return the raw bearer token from `openidc.bearer_jwt_verify`; thanks @bodewig
4+ - release 1.3.2
45
5605/23/2017
67- add support for passing session options to resty.session; closes #56; thanks @gene1wood
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ local type = type
5757local ngx = ngx
5858
5959local openidc = {
60- _VERSION = " 1.3.1 "
60+ _VERSION = " 1.3.2 "
6161}
6262openidc .__index = openidc
6363
Original file line number Diff line number Diff line change 11package = " lua-resty-openidc"
2- version = " 1.3.1 -1"
2+ version = " 1.3.2 -1"
33source = {
44 url = " git://github.com/pingidentity/lua-resty-openidc" ,
5- tag = " v1.3.1 " ,
5+ tag = " v1.3.2 " ,
66 dir = " lua-resty-openidc"
77}
88description = {
You can’t perform that action at this time.
0 commit comments