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.

1 Like

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

2 Likes

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

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.