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,