Event for when a user signs up for the first time
I'm looking for a function or a way to redirect a user when they sign up for a first time to redirect them to an onboarding page. is there anyway to implement this? the docs are very confusing in relating to even making this possible. i think this is an important feature no?
1 Reply
You could set a callback url, and check if that user exists in your DB by setting set up some logic that redirects them to the onboarding flow if they don't. As we don't currently differentiate between sign up / in.