Skip to content

Commit 0a025db

Browse files
authored
Merge branch 'zmartzone:master' into master
2 parents 773f763 + 4702769 commit 0a025db

15 files changed

+243
-123
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.6)
10+
- lua-resty-openidc version (e.g. 1.8.0)
1111
- OpenID Connect provider (e.g. Keycloak, Azure AD)
1212

1313
###### Expected behaviour

AUTHORS

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ The primary authors of lua-resty-openidc are:
22

33
Hans Zandbelt <https://github.com/zandbelt>
44
Stefan Bodewig <https://github.com/bodewig>
5+
Oldřich Jedlička <https://github.com/oldium>
56

67
Thanks to the following people for contributing to lua-resty-openidc by
78
reporting bugs, providing fixes, suggesting useful features or other:
@@ -37,4 +38,8 @@ reporting bugs, providing fixes, suggesting useful features or other:
3738
Thorsten Fleischmann <https://github.com/thorstenfleischmann>
3839
Tilmann Hars <https://github.com/usysrc>
3940
Junlong Li <https://github.com/zhuizhuhaomeng>
41+
Nate <https://github.com/realnate>
42+
Balaji Vijayakumar <https://github.com/balajiv113>
43+
44+
4045

ChangeLog

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
09/13/204
2+
- cross-tenant requests are fixed with lua-resty session 4.0.x; closes #526
3+
- release 1.8.0
4+
5+
09/09/2024
6+
- merge support for lua-resty-session 4.x; see #489; closes #464 #480 #503; thanks @oldium @balajiv113
7+
- add @oldium to the primary AUTHORS
8+
9+
08/25/2024
10+
- don't return a zero-pixel image in logout for Firefox 128 and later
11+
see #521
12+
13+
03/11/2024
14+
- handle the userinfo response as JWT; closes ##345; thanks @NatePlumm
15+
116
03/10/2023
217
- when looking for a bearer token an exception occured if the
318
Authorization header didn't contain any space character;

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,9 @@ h2JHukolz9xf6qN61QMLSd83+kwoBr2drp6xg3eGDLIkQCQLrkY=
206206
-- }
207207
--
208208
-- where `handle_created`, `handle_authenticated`, `handle_regenerated` and `handle_logout` are callables
209-
-- accepting a single argument `session`
209+
-- accepting argument `session`. `handle_created` accepts also second argument `params` which is a table
210+
-- containing the query parameters of the authorization request used to redirect the user to the OpenID
211+
-- Connect provider endpoint.
210212
--
211213
-- -- `on_created` hook is invoked *after* a session has been created in
212214
-- `openidc_authorize` immediately prior to saving the session

0 commit comments

Comments
 (0)