Work in progress refactor
This commit is contained in:
5
src/hooks.server.ts
Normal file
5
src/hooks.server.ts
Normal file
@ -0,0 +1,5 @@
|
||||
import { handleSession } from 'svelte-kit-cookie-session';
|
||||
|
||||
export const handle = handleSession({
|
||||
secret: 'SOME_COMPLEX_SECRET_32_CHARSLONG'
|
||||
});
|
Reference in New Issue
Block a user