a tool for shared writing and social publishing

make auth_token cookies lax

+1 -1
+1 -1
actions/emailAuth.ts
··· 109 109 maxAge: 60 * 60 * 24 * 365, 110 110 secure: process.env.NODE_ENV === "production", 111 111 httpOnly: true, 112 - sameSite: "strict", 112 + sameSite: "lax", 113 113 }); 114 114 115 115 client.end();