Skip to content

Commit

Permalink
fix(openid-connect): openid not closing session and blocking until tt…
Browse files Browse the repository at this point in the history
…l expired when using lockable session storage backend (#8017)
  • Loading branch information
markusmueller committed Jan 9, 2024
1 parent e01b7e4 commit c228f26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apisix/plugins/openid-connect.lua
Original file line number Diff line number Diff line change
Expand Up @@ -574,6 +574,9 @@ function _M.rewrite(plugin_conf, ctx)
end
end
end
if(session) then
session:close()
end
end


Expand Down

0 comments on commit c228f26

Please sign in to comment.