I’m trying to get a working proof of concept of a login flow including Passwordless. I’d like to do this with the embedded option so I can understand the tradeoffs of that vs. universal login.
Currently I have the passwordless email connection setup and do-not have the database connection setup. I’m able to use the startPasswordless flow from the auth0-js webclient to send the default email with a magic link, however the link that is being sent redirects me to a landing page that prompts for an email / password login. It feels like maybe I missed a step but all my social login providers seem to be working fine.