We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2710a83 commit 6ba3a5fCopy full SHA for 6ba3a5f
ChangeLog
@@ -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
+
5
09/19/2021
6
- made jwt_verify() and bearer_jwt_verify() honor
7
opts.introspection_cache_ignore as well.
README.md
@@ -219,6 +219,7 @@ h2JHukolz9xf6qN61QMLSd83+kwoBr2drp6xg3eGDLIkQCQLrkY=
219
-- `openidc_logout`
220
--
221
-- 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.
223
224
-- Optional : add decorator for HTTP request that is
225
-- applied when lua-resty-openidc talks to the OpenID Connect
0 commit comments