I would like to store the data of the users who registered through Kinde registration in the prisma
Can someone help me with that? I tried everything but it didnt worked. I can send you the full code if its easier to you to solve my problem.
1 Reply
Well you have many ways of solving this :
- after kinde registration redirects the user to a page in which you'll have the logic behing to store the user data
- use webhooks https://docs.kinde.com/integrate/webhooks/add-manage-webhooks/?r=search#add-a-webhook to listen to a new registration that will trigger an action in your backend.
Kinde docs
Add and manage webhooks
Our developer tools provide everything you need to get started with Kinde.