FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. arihantverma52
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 7
    • Best 2
    • Controversial 0
    • Groups 0

    Topics created by arihantverma52

    • A

      Solved Retrieve a User by Email Verification Id api NOT WORKING

      Q&A
      • • • arihantverma52
      3
      0
      Votes
      3
      Posts
      4.6k
      Views

      S

      This endpoint returns a 404 for an invalid or expired verificationId. It is also the case that you can only use a verificationId once for verification before it becomes stale.

      What does this mean for your workflow? In my case, I was trying to verify a user's registration in the same request cycle as verifying their email. To do this, I needed to fetch the user response to get the user ID to verify the registration. Naturally, I was doing this after posting the email verification -- the result being said 404.

      So, in terms of workflow, if you need to look up a user by verificationId, be sure to do it before you actually use the ID for verification.

      Let me know if I got any of this wrong @arihantverma52

    • A

      Unsolved Login API not setting cookie / returning a header that Sets cookie

      Q&A
      • • • arihantverma52
      5
      0
      Votes
      5
      Posts
      2.6k
      Views

      A

      SOLVED

      The go client doesn't return the headers from the HTTP response when it calls the fusionauth APIs.
      Workaround is to call the /api/login API yourself, extract the headers and set "Set-Cookie" headers yourself.

    • 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