Passwordless login, give user option to select email or phone

we are looking for a feature or customization wherein, we can add screen before starting the auth flow, login with either email or phone.

Hi @yash.panchal,

You can accomplish this behavior by enabling both SMS and email passwordless connections for your application. Then, design a custom login page that lets your users select between SMS and email. After that selection is made, you can pass the connection query parameter with the value either email or sms to the /authorize endpoint to initiate the passwordless login process.

Thanks,
Rueben