Hello,
Here is my use case:
- User clicks on Sign-Up on our App with his/her email address
- We would like to send a 6 digit PIN Code the given Address thereby validating the email address and verifying the same as Pre-User Registration Action
- Once Verified, would like to Redirect User to Create new Password (Local/database user account).
- Once password updation is successful, would like to call a Post User to call our Rest API before redirecting to the Callback URL.
I understand passwordless flow does support sending of Code. However I could not figure out how to redirect User to creating a password here. We want to use the code verification as a means to validate user’s Email ID not as a password.
Thanks