svelte-starter-kit icon indicating copy to clipboard operation
svelte-starter-kit copied to clipboard

Svelte with brilliant bells and useful whistles

Results 10 svelte-starter-kit issues
Sort by recently updated
recently updated
newest added

It would be nice if there was already an inplmentation in the auth-supabase, maybe like with a file in $lib wich has an array and any specific route or route...

If the auth is not reset, user for supabase auth is set to an authenticated user even for a non authenticated user if the request is after a successful signin...

Hi, I might be misunderstanding the code, but isn't [this line](https://github.com/one-aalam/svelte-starter-kit/blob/c1569018aa41b0c17855c472b2ecb1a2c66d0b48/src/hooks/index.ts#L34) a problem? ```ts // hooks.ts // ... inside the handle() function: await auth.setAuth(session.access_token) // ... ``` Since this code...

On [this line](https://github.com/one-aalam/svelte-starter-kit/blob/c1569018aa41b0c17855c472b2ecb1a2c66d0b48/src/hooks/index.ts#L14) the `auth.api.getUser()` function is invoked on every request. Isn't that an issue when building the app that this will run for every call? Is that the recommended...

Hi. 🙂 Thanks for creating this starter. I noticed it doesn't include a license. If that was unintentional, could you kindly add one? Here's a resource to help you choose:...

* updated all packeges * switched adapter to auto() * additionally ran prettier and checked if build was successful

Nothing in the README about how to actually create a project using `svelte-starter-kit`?!? 🤷‍♂️ Easy to do and always a good idea to mention. Like for ads, my brain don't...

### Much respect for the original author's contribution. One man's opinion: developers should look elsewhere for boilerplate. **Reasons** - SvelteKit's API changed significantly for 1.0; most of this code no...