We have been collecting phone numbers on a subset of our regular auth0 accounts (a combination of database and social logins) and would like to provide this group of users the option to login through one-time phone codes.
My attempt to prototype this involved enabling the passwordless login options, creating accounts in those connections, then using the management API to link them to existing database & social accounts.
Mechanically all this worked fine, and I am able to enter email/phone number and the logs indicate something is being sent. But ultimately I am unable to login.
Is what I’m attempting possible or have I just took a bad detour?