Skip to content

Commit 2ace584

Browse files
committed
release 1.3.0; thanks @hanikesn
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 9eaa6a6 commit 2ace584

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sudo: false
44

55
env:
66
global:
7-
- VERSION=1.2.3-1
7+
- VERSION=1.3.0-1
88
- NAME=lua-resty-openidc
99
- ROCKSPEC=$NAME-$VERSION.rockspec
1010
- LUAROCKS=2.3.0

ChangeLog

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
11/18/2016
29
- make the compact serialized form of the id_token available in the session data in enc_id_token; #closes #28
310
- release 1.2.3

lib/resty/openidc.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ local ngx = ngx
5858
local os = os
5959

6060
local openidc = {
61-
_VERSION = "1.2.3"
61+
_VERSION = "1.3.0"
6262
}
6363
openidc.__index = openidc
6464

lua-resty-openidc-1.2.3-1.rockspec renamed to lua-resty-openidc-1.3.0-1.rockspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "lua-resty-openidc"
2-
version = "1.2.3-1"
2+
version = "1.3.0-1"
33
source = {
44
url = "git://github.com/pingidentity/lua-resty-openidc",
5-
tag = "v1.2.3",
5+
tag = "v1.3.0",
66
dir = "lua-resty-openidc"
77
}
88
description = {

0 commit comments

Comments
 (0)