FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. scottbradley
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 0
    • Controversial 0
    • Groups 0

    scottbradley

    @scottbradley

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    scottbradley Unfollow Follow

    Latest posts made by scottbradley

    • RE: Retrieve a User by Email Verification Id api NOT WORKING

      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

      posted in Q&A
      S
      scottbradley
    • logout triggers a file download in Firefox

      Can someone explain why navigating to the logout path in FusionAuth triggers a download of an empty file called single-logout? This only seems to happen in Firefox. Is there a way to prevent this?

      posted in General Discussion
      S
      scottbradley