We are looking to implement a passwordless mechanism in our app.
In the given auth0.js documentation the only option is to use the method webAuth.passwordlessStart to generate and send a link or code to the email of a user.
We would prefer to receive the token as an API response so that we can share it ourselves in the app native share style instead of the predefined email / sms options. Is this something you support or are planning to support in the future?
This is not what I meant. We are looking for a way to communicate the link ourselves to the user instead of having auth0 sending an email / sms to them. Currently the API is taking care of both generating the link and sending the email, but it would be great to separate this concerns to allow more flexibility.