FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Passwordless registration

    Scheduled Pinned Locked Moved
    Q&A
    0
    3
    703
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      alessiocata
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • N
        naughtly.keller
        last edited by

        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.

        1 Reply Last reply Reply Quote 1
        • joshuaJ
          joshua
          last edited by

          @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

          1 Reply Last reply Reply Quote 0
          • First post
            Last post