forked from Wroclaw/WorkshopTasker
Initial commit
This commit is contained in:
commit
1e63e008af
48 changed files with 12715 additions and 0 deletions
6
utils/cookieSettings.ts
Normal file
6
utils/cookieSettings.ts
Normal file
|
@ -0,0 +1,6 @@
|
|||
import { CookieSerializeOptions } from "cookie-es";
|
||||
|
||||
export const cookieSettings: CookieSerializeOptions = {
|
||||
sameSite: "lax",
|
||||
maxAge: 60 * 60 * 24 * 30,
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue