mirror of
https://github.com/penpot/penpot.git
synced 2025-06-04 01:21:38 +02:00
🐛 Fix incorrect auth cookie decoding on first stage session middleware
This commit is contained in:
parent
226afe98e0
commit
408d33bdec
2 changed files with 23 additions and 27 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue