Sveltekit Protected Routes in SPA mode
In this tutorial you will learn how to handle client side auth routes in SPA mode with the correct security assumptions.
Category: Authentication
In this tutorial you will learn how to handle client side auth routes in SPA mode with the correct security assumptions.
A step by step guide to add cookie based login to a SvelteKit app using hooks.server.ts, form actions and an HttpOnly session cookie.