Need help with a unique use case: - we “invite” us...
# _newcomer
r
Need help with a unique use case: • we “invite” users. I want to create identities with the admin api, and then initiate a recovery flow later for users to setup their credentials • users can share emails, so we need some reference data (that the user knows) beyond just the email to uniquely identify them. I see that I am able to make an
object
field that comprises email + reference_data • the RecoverFlow object returned after I create a recovery flow seems to be very email-centric Is it possible to do what I’m imagining, or is the recovery flow pretty much hardcoded to work only with email as identifier?
m
so you want to use a username/handle instead of email to log in? or how would your login flow look like?