Mobile and password authentication

Hello,

I’ve been playing around the demo and checking out diferent features of Auth0 register and login options for end users. And I would like to ask for help about 2 questions.

  1. I’ve seen that the mobile options for login/register are mainly a passwordless OTP. But I was wondering if you can get a mobile + password register/login, since So far I have seen email is always a required field on password options.

I guess if it’s not posible you would have to implement it externally, with external db and connect that loging method to the app.

  1. In order to get the passwordless and password login at the same, can I make them at the same app on Auth0 so they share DB. Or I need to make 2 separate apps and one would be for passwordless users and the other one for users with password?

Thanks in advance