Skip to content

Commit 6ba3a5f

Browse files
committed
record and document #384
1 parent 2710a83 commit 6ba3a5f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
09/23/2021
2+
- if lifecyle handlers return truthy values they cause the operation
3+
they are handlers of to fail; see #384; thanks to @arcivanov
4+
15
09/19/2021
26
- made jwt_verify() and bearer_jwt_verify() honor
37
opts.introspection_cache_ignore as well.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ h2JHukolz9xf6qN61QMLSd83+kwoBr2drp6xg3eGDLIkQCQLrkY=
219219
-- `openidc_logout`
220220
--
221221
-- Any, all or none of the hooks may be used. Empty `lifecycle` does nothing.
222+
-- A hook that returns a truthy value causes the lifecycle action they are taking part of to fail.
222223
223224
-- Optional : add decorator for HTTP request that is
224225
-- applied when lua-resty-openidc talks to the OpenID Connect

0 commit comments

Comments
 (0)