I’ve previously used Lock successfully for passwordless authentication using email.
I would like to replace my Lock implementation with New Universal Login.
The issue I have is as follows:
- User clicks Login button from my app and is successfully presented with my universal login dialogue box with email address prompt (correct and working as expected)
- User enters email address and clicks Continue. My expected behavious is that:
(a) user receives email with passcode
(b) user is presented with universal login “enter passcode” screen
(c) user enters password and successfully logs in to my app
The actual behaviour in Step 2 is that the user is presented with a universal login username and password dialogue box, and not a passwordless code dialogue box.
Is there a way to force all logins to use passwordless, or can you advise on what is incorrect in the flow? When I use Lock instead of Universal Login passwordless works as expected. Thanks