mirror of
https://github.com/mollersuite/monofile.git
synced 2024-11-21 21:36:26 -08:00
feat: cookie persistence
:funnythumbsup:
This commit is contained in:
parent
c87316cbc7
commit
756077148a
|
@ -64,7 +64,8 @@ export default function (files: Files) {
|
|||
path: "/",
|
||||
sameSite: "Strict",
|
||||
secure: true,
|
||||
httpOnly: true
|
||||
httpOnly: true,
|
||||
maxAge: 3 * 24 * 60 * 60 * 1000,
|
||||
})
|
||||
return ctx.text("")
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue