Glad that inlang could contribute i18n routing capabilities for SvelteKit 2.0!<p><a href="https://inlang.com/c/svelte" rel="nofollow noreferrer">https://inlang.com/c/svelte</a> and <a href="https://github.com/sveltejs/kit/pull/10755">https://github.com/sveltejs/kit/pull/10755</a>
As a backend developer, I was finding it difficult to use svelte kit to develop a SPA. Specifically it is hard to know from the docs how to handle authentication. The router is not much exposed. I hoped that 2.0 would add something in this area. nextjs docs have a section on server and client based authentication which is useful.