File tree 4 files changed +11
-4
lines changed
4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sudo: false
4
4
5
5
env :
6
6
global :
7
- - VERSION=1.2.3 -1
7
+ - VERSION=1.3.0 -1
8
8
- NAME=lua-resty-openidc
9
9
- ROCKSPEC=$NAME-$VERSION.rockspec
10
10
- LUAROCKS=2.3.0
Original file line number Diff line number Diff line change
1
+ 02/09/2017
2
+ - merge $24; thanks @hanikesn :
3
+ - feature JWT validation through discovery
4
+ - allow user-mode verification of tokens via separate function
5
+ - improved handling of invalid JWT Tokens
6
+ - release 1.3.0
7
+
1
8
11/18/2016
2
9
- make the compact serialized form of the id_token available in the session data in enc_id_token; #closes #28
3
10
- release 1.2.3
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ local ngx = ngx
58
58
local os = os
59
59
60
60
local openidc = {
61
- _VERSION = " 1.2.3 "
61
+ _VERSION = " 1.3.0 "
62
62
}
63
63
openidc .__index = openidc
64
64
Original file line number Diff line number Diff line change 1
1
package = " lua-resty-openidc"
2
- version = " 1.2.3 -1"
2
+ version = " 1.3.0 -1"
3
3
source = {
4
4
url = " git://github.com/pingidentity/lua-resty-openidc" ,
5
- tag = " v1.2.3 " ,
5
+ tag = " v1.3.0 " ,
6
6
dir = " lua-resty-openidc"
7
7
}
8
8
description = {
You can’t perform that action at this time.
0 commit comments