Configure Magic Links

Hi All,

How and where do I configure the Universal (passwordless) login form to send magic links and not codes?

There appears to be reference in the authentication api and in the markup for the a setting called “send” that can either be set to link, code or sms. I have no idea where I apply this setting and how?

Thanks

Hey @adam.mcwha, Welcome to the Auth0 Community!

Have you checked out this link:

It mentions the following structure:
var passwordlessOptions = {
allowedConnections: [‘email’],
passwordlessMethod: ‘code’
}
passwordlessMethod can be selected as link for email.

Thank you so much! That is the one.

Now you point it out it does make sense to look up the JS lib. That said please provide a link on the login edit page or at least a clear explanation somewhere in the docs. Would make life so much easier.

Thanks again

Adam

Thanks for the feedback @adam.mcwha, I’ll relay to the docs team.