kite-runner
kite-runner
KKinde
Created by kite-runner on 2/10/2024 in #💻┃support
Post signup event trigger
I need to take a custom post signup action. Before moving to Kinde, we had a custom email/password based signup/authentication process. A new user is suppose to go through a survey before they can opt to signup to our platform. When the user finished the survey, its is saved in a database table and the survey_id was passed to the signup as contextual information (URL param). Upon successful signup, we check the existence of the survey_id and then associate the survey with the user just signed up. We are using Kinde email/password authentication (with Kinde provided UI screens). How can we achieve the same here (passing the survey_id) through Kinde signup process and trigger a custom post process on our side? We are using next.js 14 and Kine default signup/login screens.
4 replies