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

Q: How to get SignUp data to store in app db?

Open dominicfarr opened this issue 5 months ago • 2 comments

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?

dominicfarr avatar Sep 13 '24 20:09 dominicfarr