Work in progress refactor

This commit is contained in:
Samuel Andert
2023-08-31 19:08:35 +02:00
parent efc2b41f9e
commit 879f7aad3f
10 changed files with 255 additions and 117 deletions

5
src/hooks.server.ts Normal file
View File

@ -0,0 +1,5 @@
import { handleSession } from 'svelte-kit-cookie-session';
export const handle = handleSession({
secret: 'SOME_COMPLEX_SECRET_32_CHARSLONG'
});