tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
make auth_token cookies lax
awarm.space
1 year ago
9d77a275
9de58c8e
+1
-1
1 changed file
expand all
collapse all
unified
split
actions
emailAuth.ts
+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
112
-
sameSite: "strict",
112
112
+
sameSite: "lax",
113
113
});
114
114
115
115
client.end();