joey
CCConvex Community
•Created by joey on 9/4/2024 in #support-community
Help fix the password auth in my sveltekit example
The official auth demo is using react: https://labs.convex.dev/auth/config/passwords
I tried that in a new sveltekit app, but got some problems, please help me find out where I'm wrong.
layout to init convex filename=src/routes/+layout.svelte:
UI to render the form filename=src/routes/+page.svelte:
Server to handle auth params filename=src/routes/+page.server.ts:
2 replies