Files
wallet.andert.me/src/hooks.server.ts
2023-08-31 19:08:35 +02:00

6 lines
149 B
TypeScript

import { handleSession } from 'svelte-kit-cookie-session';
export const handle = handleSession({
secret: 'SOME_COMPLEX_SECRET_32_CHARSLONG'
});