Creating record of user in own DB after registration/first login

Hi
I need to create a record for every user after registration, I saw the action “post-registration”, but it seems to not work with identity providers like google or apple. How can I create a user in my DB after the first login/registration?

Hi @cnoters,

You could instead use a Post Login Action, and set some flag in the user’s app_metadata when the Action is successful.

Let me know if you have any questions about this.

1 Like

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