Block a user
Extend Auth.js Types Globally
Extend Auth.js Types Globally
Add Playwright (End-to-End Testing)
Consider Adopting a Form Library
Clarify File Naming (
auth.ts vs auth.ts)
Implement Pagination / Limit for the Dashboard
I have implemented endless scrolling by adding a new API endpoint at '/api/aktis' and utilizing an intersection observer in the dashboard. This approach supports efficient pagination while…
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…