clerk-sveltekit icon indicating copy to clipboard operation
clerk-sveltekit copied to clipboard

Clerk adapter for SvelteKit

Results 21 clerk-sveltekit issues
Sort by recently updated
recently updated
newest added

A way to upgrade to the new Clerk Core-2 or the default should be Clerk Core-2. https://clerk.com/docs/upgrade-guides/core-2/overview#upgrading-to-clerk-core-2 Many Thanks

How can I achieve reactivity with `window.Clerk` ? e.g.: I expected that `$: console.log(window.Clerk?.organization)` to log everytime the user changes organization in the UI, but that doesn't happen. Is there...

Hi, i want to customize the sign in and sign up component to change the header and footer text i dont see any way to do this in the docs...

thx, great sample.. Something the documentation should mention, if you want to build for Cloudflare, these two installs are important. ```json "@clerk/backend": "^0.32.1", "@clerk/clerk-js": "^4.61.0" ``` If you don't, the...

Hi guys. I'm new here and just started using sveltekit with combination of clerk, amazing library it's make me easy to use clerk and it's almost done, however i got...

It would be really great if the user object was available inside the POST function of +server.ts ```TS async function POST(event: RequestEvent) ``` currently `event.locals` does not contain anything. Is...

`initializeClerkClient` returns a `Promise`. So, shouldn't it be awaited? If so, you should fix both your documentation & examples. I noticed that without it, if I try to use `window.Clerk`...

How would one use `has()`, `protect()`, and `` with clerk-sveltekit? It's not yet implemented if I'm correct? Here's a link to Clerks Blog post about it: https://clerk.com/blog/introducing-authorization

First of all, great package. Secondly, I'd like to ask if this package allows us to call Clerk server-side. From [this section](https://github.com/markjaquith/clerk-sveltekit#using-clerk-data-on-the-server) on Readme, first of all I believe `locals`...

Step to Reproduce: 1. Log in to app 2. Click on SignOutButton 3. All of elements putted into SignedIn wrapper still appear on the page till manual refresh on page...