Iād like to use Magic Login for my Moralis project, but it looks like the only supported option is email login. I want to use the Magic UI and modal, as well as their SMS login.
Ideally, there would be something like:
magicUser = magic.auth.loginWithSMS()
authenticate(magicUser)
Is there a custom provider that I could use to add Magic users to my Moralis database?
My project is in React / Typescript.