Block a user
Extend Auth.js Types Globally
We use module augmentation ('declare module') to extend the existing '@auth/sveltekit' interface globally. This makes SvelteKit's 'locals.auth()' return value strictly typed (including 'id' and…
Clean up Redundant Imports
Clean up Redundant Imports
Add Vitest + Svelte Testing Library
Add Vitest + Svelte Testing Library (Unit/Component Testing)