Skip to content

Commit

Permalink
Merge pull request #489 from oldium/resty-session-4.x
Browse files Browse the repository at this point in the history
Migrate lua-resty-session to 4.0.3 [tested, works]
  • Loading branch information
zandbelt authored Sep 9, 2024
2 parents 9875456 + d0dc1fd commit 0a2aa18
Show file tree
Hide file tree
Showing 12 changed files with 164 additions and 115 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ h2JHukolz9xf6qN61QMLSd83+kwoBr2drp6xg3eGDLIkQCQLrkY=
-- }
--
-- where `handle_created`, `handle_authenticated`, `handle_regenerated` and `handle_logout` are callables
-- accepting a single argument `session`
-- accepting argument `session`. `handle_created` accepts also second argument `params` which is a table
-- containing the query parameters of the authorization request used to redirect the user to the OpenID
-- Connect provider endpoint.
--
-- -- `on_created` hook is invoked *after* a session has been created in
-- `openidc_authorize` immediately prior to saving the session
Expand Down
Loading

0 comments on commit 0a2aa18

Please sign in to comment.