Skip to content

Commit 0a2aa18

Browse files
authored
Merge pull request #489 from oldium/resty-session-4.x
Migrate lua-resty-session to 4.0.3 [tested, works]
2 parents 9875456 + d0dc1fd commit 0a2aa18

12 files changed

+164
-115
lines changed

README.md

Lines changed: 3 additions & 1 deletion
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)