Passwordless registration
-
If we wanted register a user without his password because i foresse each his login in a passwordless way. How can i carry out that? The documentation specifies the password as mandatory in the registration api
-
I think the answer is in the docs.
When FusionAuth is your user datastore, adding a user means you must either provide a password or send them a link to set up their initial password.
If you are only allowing passwordless authentication for your application, don’t allow the user to specify a password and instead generate a random series of characters for the password. We recommend generating at least 32 characters in the ascii character set that are completely random to ensure the user’s account is secure.
-
@naughtly-keller! You are right! Good spot!
@alessiocata I would recommend you peruse the entire guide that @naughtly-keller links to. It goes through many different situations in which Passwordless can be applied and used within FusionAuth. Pick the one that is best suited for your business needs.
Thanks,
Josh