How to set allow magiclink verify without session to true

I use the passwordless call in an angular application

this.webAuth.passwordlessStart({
connection: ‘email’,
send: ‘link’,
email: email,
authParams: {
redirectUri: window.location.href.replace(‘login’, ‘’)
}

Hi @rhuan.carvalho ,

Unfortunately, Magic Links are not currently supported in New Universal Login, and can only be used in the Classic UL at the moment. The addition of Magic Links should be arriving to New UL later this year.

Thanks,

1 Like

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