clerk-sveltekit
clerk-sveltekit copied to clipboard
Q: How to get SignUp data to store in app db?
I seem to be missing a step in the sign up flow. How to capture the details of a sign up?
For example: Using <SignUp redirectUrl="/dashboard" />
renders a Sign up form, which Clerk handles and redirects to configured destination.
At what point can I capture this sign up information? I need store it in the app's db?
Is there a call back I assign to the SignUp component? Or do I use a hook?