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?
It mentions the following structure:
var passwordlessOptions = {
allowedConnections: [‘email’],
passwordlessMethod: ‘code’
}
passwordlessMethod can be selected as link for email.
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.