get-convex / convex-svelte

https://convex-svelte.vercel.app
Apache License 2.0
22 stars 5 forks source link

Integrate convex-auth #11

Open shiftlabs1 opened 1 month ago

shiftlabs1 commented 1 month ago

It would be nice to get convex-auth integrated here , providing a compatible module that will enable client side and server side Auth in sveltekit project. convex-auth does not have a plain JS/TS lib as with everything convex, it only react implementation which is a challenge to use especially when one does not use react

thomasballinger commented 3 days ago

Absolutely, the first order of business here will probably be just an example of any kind of auth, likely with Clerk first. That should be a smaller project, just adding it to the example in this repo.

Then getting it working with Convex Auth will be next.