Hello,
I was wondering if it is possible to impement the following flow using auth0 (the steps are described from my understanding of reading various documentation on invitation flows):
- User is programmatically created with a random password and email_verified = false.
- An email is sent to the user based on the email provided in step 1.
- The email contains a link that leads the user to a page to input a password OR complete the registration using a social login
- The user is registration is completed. Follow up logins can be done with password if the user has set their password or using an external social id provider. A rule is also in place to merge the 2 different accounts together.
Any help on this will be greatly appreciated