This commit is contained in:
2025-06-08 19:49:32 +02:00
parent 482285abf6
commit 7a8bcca0ef
5 changed files with 59 additions and 11 deletions

1
src/lib/auth.ts Normal file
View File

@@ -0,0 +1 @@
export const AUTH_COOIKIE_NAME: string = 'auth-token' as const;