a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

set maxage on login cookie

+1
+1
actions/emailAuth.ts
··· 93 93 .returning(); 94 94 95 95 cookies().set("auth_token", confirmedToken.id, { 96 + maxAge: 60 * 60 * 24 * 365, 96 97 secure: process.env.NODE_ENV === "production", 97 98 httpOnly: true, 98 99 sameSite: "strict",