Capturing additional data from users in the sign up flow

What I’d like to achieve is to allow users to sign up in the normal way using a password or social login, then present them several questions to have them fill out a user profile.

I see that this can be achieved using a post-login redirect action. This is fine and I can send the user to a site where they can edit their profile information, but how does this data then get back to my database? Is it necessary to send the data back to the action, which then sends it to the database, or is there a better way?

Hi @simon.horlick

Welcome to the Auth0 Community!

Thank you for posting your question; we have a great feature → Forms for Action, that can help you gather additional information about your users via progressive profiling. You can read more about that with a use case example here → https://auth0.com/docs/customize/forms/configure-progressive-profile-form

Thanks
Dawid

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