Passwordless link issue with Nextjs Auth0 Package

Hello Auth0 Community!

I’ve been trying to use the New Universal Login with passwordless login and “link” as the method.

I have seen that the Auth0 Lock can have the value passwordlessMethod: 'link' passed in to make it switch from “code” to “link” but the auth0 nextJS package does not seem to support this param within the authorizationParams.

I can successfully use connection: "email" to switch to passwordless views but I do not see a way to allow passwordlessMethod.

Any help would be much appreciated.

1 Like