sign cooies

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-03-09 18:29:15 +01:00
parent fc256124b5
commit 7a96e7b038
4 changed files with 51 additions and 19 deletions

View File

@@ -112,5 +112,6 @@ export type ISetCookie = (
sameSite?: 'lax' | 'strict' | 'none';
secure?: boolean;
httpOnly?: boolean;
signed?: boolean;
},
) => void;