mirror of
https://github.com/tubearchivist/tubearchivist-frontend.git
synced 2024-11-22 03:40:14 +00:00
470c7a136f
Signed-off-by: Sean Norwood <norwood.sean@gmail.com>
6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
import { createCookie } from "@remix-run/node";
|
|
|
|
export const csrfCookie = createCookie("csrftoken", {
|
|
maxAge: 604_800,
|
|
});
|