Auth0 post registration action with Next.js?

So I am new to auth0 and I am trying to create a post-registration action to take the auth0ID and put it into my own database using Prisma. How would I do this as I can’t put it in the .events.

Would I not use actions, but use something else to handle this?

Hello @arnank9 welcome to the community!

Are you utilizing social connections (Google, Facebook, etc.) at all? As a heads up, Post User Registration Actions only trigger for Database and Passwordless connections.

The following thread may be helpful in understanding how to go about calling your own API:

Axios is a common library used to achieve this from within Actions.

Hope this helps!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.