FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Popular
    Log in to post
    • All Time
    • Day
    • Week
    • Month
    • All Topics
    • New Topics
    • Watched Topics
    • Unreplied Topics
    • All categories
    • N

      Unsolved Update on supporting discoverable WebAuthn credentials

      Q&A
      • • • njanaskie
      4
      0
      Votes
      4
      Posts
      210
      Views

      mark.robustelliM

      @njanaskie I don't have any experience with that flow. Hopefully someone that may have had some experience with this can chime in.

    • danD

      Solved Importing users over time

      Q&A
      • migration passwords hashed password hashes • • dan
      3
      0
      Votes
      3
      Posts
      2.3k
      Views

      danD

      As of 1.69.0, you can now update the password hash using the User API.

      From the documentation, the passwordFieldType is the API field to use. This field:

      Describes what user.password in the request is. The possible values are:

      HASHED - user.password is an already hashed value. When this value is supplied, user.encryptionScheme, user.factor, user.password, and user.salt are required.
      PLAINTEXT - user.password is a plain text/unhashed value. FusionAuth will hash this value according to user.encryptionScheme and user.factor.