markjaquith / clerk-sveltekit

Clerk adapter for SvelteKit
Other
131 stars 19 forks source link

Improve token handling, login flow, redirectUrl #15

Closed markjaquith closed 8 months ago

markjaquith commented 8 months ago

Lots of improvements here. No longer directly sniffing the __session on a timer.

There is much room for further improvement.

SignIn.svelte and SignUp.svelte are basically carbon copies with SignIn replaced with SignOut everywhere in the file. That could be made DRY.