Hello,
I want to create a new user with the API. I don’t want the user to get an email, and I don’t want to assign a password.
I want to let users login only with magic link
Hello,
I want to create a new user with the API. I don’t want the user to get an email, and I don’t want to assign a password.
I want to let users login only with magic link
Hey there @cliff.bar welcome to the community!
Per the documentation, magic links are not supported in New Universal Login so that is definitely something to consider up front.
If you still wish to implement this, you will want to start with creating a user - You will want to create users with the verify_email
param set to false
and omit the password
param entirely.
With a user created, then start the passwordless auth flow using the Authentication API’s passwordless/start endpoint.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.