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

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

    Q&A
    • mau registrations • 24 Feb 2023, 18:28 • dan 24 Feb 2023, 18:29
    2
    0
    Votes
    2
    Posts
    683
    Views

    D 24 Feb 2023, 18:29

    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 • 23 Mar 2022, 23:25 • apeksha.barhanpur 23 Mar 2022, 23:25
    1
    0
    Votes
    1
    Posts
    1.3k
    Views

    No one has replied

  • A

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

    General Discussion
    • golang fusionauth registrations application • 29 Jan 2022, 17:08 • arihantverma52 1 Feb 2022, 14:40
    2
    0
    Votes
    2
    Posts
    2.3k
    Views

    A 1 Feb 2022, 14:40

    Solution:

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

  • D

    Unsolved Sessions per application

    Q&A
    • registrations sessions • 19 Nov 2021, 17:12 • dan 19 Nov 2021, 17:12
    2
    0
    Votes
    2
    Posts
    1.4k
    Views

    D 19 Nov 2021, 17:12

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

  • D

    username search against the database?

    Q&A
    • username registrations • 18 May 2021, 13:26 • dan 18 May 2021, 13:27
    2
    0
    Votes
    2
    Posts
    904
    Views

    D 18 May 2021, 13:27

    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 • 7 Apr 2021, 00:43 • mehamm 13 Apr 2021, 17:12
    6
    0
    Votes
    6
    Posts
    4.6k
    Views

    J 13 Apr 2021, 17:12

    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

  • D

    Breached passwords and registrations

    Q&A
    • breached passwords registrations • 28 Oct 2020, 18:23 • dan 5 Nov 2020, 00:41
    4
    0
    Votes
    4
    Posts
    2.0k
    Views

    D 5 Nov 2020, 00:41

    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.

  • D

    Email verification without sending emails?

    Q&A
    • registrations email verification • 31 Aug 2020, 15:12 • dan 31 Aug 2020, 15:13
    2
    0
    Votes
    2
    Posts
    1.3k
    Views

    D 31 Aug 2020, 15:13

    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 • 28 May 2020, 20:19 • ashok 28 May 2020, 22:49
    4
    0
    Votes
    4
    Posts
    3.8k
    Views

    D 28 May 2020, 22:49

    @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