🐛 Fix incorrect auth cookie decoding on first stage session middleware

This commit is contained in:
Andrey Antukh 2022-12-15 11:43:31 +01:00
parent 226afe98e0
commit 408d33bdec
2 changed files with 23 additions and 27 deletions

View file

@ -207,9 +207,9 @@
{::wrk/executor (ig/ref ::wrk/executor)}
:app.http.session/manager
{:pool (ig/ref ::db/pool)
:sprops (ig/ref :app.setup/props)
:executor (ig/ref ::wrk/executor)}
{::db/pool (ig/ref ::db/pool)
::wrk/executor (ig/ref ::wrk/executor)
::props (ig/ref :app.setup/props)}
:app.http.session/gc-task
{:pool (ig/ref ::db/pool)