client/src/auth.ts (view raw)
1 2 3 4 5
import { SvelteKitAuth } from '@auth/sveltekit'; export const { handle } = SvelteKitAuth({ providers: [] });