Skip to content

Commit 5a7b9e2

Browse files
committed
release 1.7.6
Signed-off-by: Stefan Bodewig <[email protected]>
1 parent 6fd9aa3 commit 5a7b9e2

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/issue_template.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A new issue about a bug should be verified with a minimized example.
77

88
###### Environment
99

10-
- lua-resty-openidc version (e.g. 1.7.5)
10+
- lua-resty-openidc version (e.g. 1.7.6)
1111
- OpenID Connect provider (e.g. Keycloak, Azure AD)
1212

1313
###### Expected behaviour

ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
30/01/2023
2+
- release 1.7.6
3+
14
01/13/2023
25
- when parsing JWKs with an x5c claim the claim was wronly assumed to
36
be base64url encoded instead of base64 encoded;

lib/resty/openidc.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ local supported_token_auth_methods = {
7676
}
7777

7878
local openidc = {
79-
_VERSION = "1.7.5"
79+
_VERSION = "1.7.6"
8080
}
8181
openidc.__index = openidc
8282

lua-resty-openidc-1.7.5-1.rockspec lua-resty-openidc-1.7.6-1.rockspec

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

0 commit comments

Comments
 (0)