FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. daniel.barrett
    3. Topics
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 9
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by daniel.barrett

    • D

      MFA on Paid Tier?

      General Discussion
      • • • daniel.barrett
      2
      0
      Votes
      2
      Posts
      640
      Views

      danD

      Hi @daniel-barrett ,

      Great question! The short answer is that the TOTP/Google authenticator/authy 2FA will continue to be included in the community edition.

      As we're revamping the SMS functionality entirely and making it a whole lot better, when this MFA project is released, using SMS 2FA will require a paid edition license.

      Here's a lot more detail.

      Please let me know if you have any questions or comments.

    • D

      Signup/Registration flow

      Comments & Feedback
      • • • daniel.barrett
      3
      0
      Votes
      3
      Posts
      1.2k
      Views

      danD

      Hiya,

      Thanks for using FusionAuth. Sorry about the confusion.

      There are three ways to do FusionAuth registration:

      using the APIs and building your own UX using the basic self service registration with hosted login pages <-- this sounds like what you are looking for using advanced self service registration with hosted login pages (only available with a paid license -- pricing starts at $125/month for this and other premium features)

      Here's some starting docs:

      An overview of FusionAuth's integration points The theme documentation; theming is how you make the hosted login pages look like your site. The advanced registration guide covers the advanced self service registration, including the differences between advanced and basic self service registration.
    • D

      2FA Custom Form

      General Discussion
      • • • daniel.barrett
      7
      0
      Votes
      7
      Posts
      1.2k
      Views

      danD

      Hi @daniel-barrett ,

      Sorry for the hassle!

      All the hosted login pages that FusionAuth makes available are documented in the themes section.

      That Integration Points doc is pretty new, but if you haven't seen it is worth a read. Would love any feedback on that.

    • D

      Alternate Auth Strategies

      General Discussion
      • • • daniel.barrett
      4
      0
      Votes
      4
      Posts
      515
      Views

      danD

      You could maintain two user accounts, dan with MFA turned on and dan-api-access with MFA turned off and application tokens. You could then use webhooks to keep their permissions in sync.