I initialize the auth on the server using this guide https://appwrite.io/docs/tutorials/sveltekit-ssr-auth/step-1
But when I want to access the Client in my +page.svelte files, it is not authed. How can I make the Client in my .svelte files be authed aswell?
TL;DR
Developers utilizing SvelteKit need assistance in authentication for both server and client side. They followed a guide for initializing auth on the server but are struggling to have the client side authenticated as well, specifically in their .svelte files.