FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. registrations
    Log in to post
    • All categories
    • danD

      Solved Does adding a new registration to an application count as an MAU

      Q&A
      • mau registrations • • dan
      2
      0
      Votes
      2
      Posts
      666
      Views

      danD

      Yes, this does trigger an MAU increase.

      Here's a list of what makes a user active during a month: https://fusionauth.io/docs/v1/tech/core-concepts/users#what-makes-a-user-active

    • A

      Email Send exception while calling the /registration API

      General Discussion
      • email registrations user creation verification • • apeksha.barhanpur
      1
      0
      Votes
      1
      Posts
      1.2k
      Views

      No one has replied

    • A

      FusionAuth not registering user in multiple Applications (GO-Client)

      General Discussion
      • golang fusionauth registrations application • • arihantverma52
      2
      0
      Votes
      2
      Posts
      2.2k
      Views

      A

      Solution:

      https://github.com/FusionAuth/go-client/issues/48

    • danD

      Unsolved Sessions per application

      Q&A
      • registrations sessions • • dan
      2
      0
      Votes
      2
      Posts
      1.4k
      Views

      danD

      Yes. A user can have one-to-many refresh tokens per application.

    • danD

      username search against the database?

      Q&A
      • username registrations • • dan
      2
      0
      Votes
      2
      Posts
      887
      Views

      danD

      The user and registration may have a username field. The username field on the user is the one that can be used to login. In general you will want to use the Search API for those types of queries rather than directly accessing the database.

      The reason is because the API is documented and stable, and the database is undocumented and may change.

    • M

      401 Response: Invalid application Id on call to Registrations API

      Q&A
      • registrations • • mehamm
      6
      0
      Votes
      6
      Posts
      4.5k
      Views

      joshuaJ

      Referencing/linking below for future guidance for folks who view this post:

      https://fusionauth.io/community/forum/topic/900/authentication-for-an-application-with-web-client-and-mobile-front-ends

    • danD

      Breached passwords and registrations

      Q&A
      • breached passwords registrations • • dan
      4
      0
      Votes
      4
      Posts
      2.0k
      Views

      danD

      If you want to use the breached password detection feature, then that check will be applied for any new account registrations.

      You could always disable the breached password detection feature.

      Sorry, I don't have a better answer for you.

    • danD

      Email verification without sending emails?

      Q&A
      • registrations email verification • • dan
      2
      0
      Votes
      2
      Posts
      1.3k
      Views

      danD

      You could use the skipVerification parameter (set it to true) on the user or registration create statement, and then the https://fusionauth.io/docs/v1/tech/apis/users#resend-verification-email call with sendVerifyEmail set to false.

      This would give you a verificationId you could use with this API call: https://fusionauth.io/docs/v1/tech/apis/users#verify-a-users-email

    • A

      User registration provider data

      Q&A
      • registrations provider claims • • ashok
      4
      0
      Votes
      4
      Posts
      3.8k
      Views

      danD

      @ashok glad you solved the problem!

      The only problem is that I don't seem to be able to pass all the tokens and then "map" it out in the backend.

      I'm not sure what you mean here. Are you not seeing all the tokens in the lambda? Or are you not able to put them all in the custom claim?

      Also, I think I already know the answer to this and this may sound dumb, but how can you have multiple tokens? A user with multiple providers? If so, how are they consolidated and combined?

      A token is tied to a registration/application, so someone could login with google to one FusionAuth application and with facebook to another. Unless I'm missing something, I don't believe they are combined.

      Lastly, it would have been nice if user.registrations had a providers field.

      We welcome your feature requests 🙂 . Please file a github issue: https://github.com/fusionauth/fusionauth-issues/issues