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

    maxfusion

    @maxfusion

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

    maxfusion Unfollow Follow

    Latest posts made by maxfusion

    • RE: How to implement invitation flow from a shareable link?

      Thank you @dan! Will that approach work when user signs up with FB/Google/Apple/etc identity providers?

      I figured out another way to solve my problem... and that is to rely on state query param which would redirect the user to /acceptinvite/123 post signup which would update user profile and then redirect the user to the default logged in page. And this approach works with social logins also. It's not ideal, but accomplishes the goal 🙂

      posted in Q&A
      M
      maxfusion
    • How to implement invitation flow from a shareable link?

      My invite flow requirements are as such:
      1] Backend generates a shareable link for existing user X... ie example.com/invite/123
      2] Existing user X shares this link to FB/Twitter/etc.
      3] When someone clicks this invite link (user Y), it first hits my server which plants a cookie w/ the invite id (123), then redirects user Y to the FA registration screen.
      4] Once user Y successfully creates an account via email or social ID provider (FB, Google, Apple, etc), this invite id (123) needs to be propagated to user.create webhook somehow (user data, etc), so that I can update my DB that newly created user Y has been referred by user X.
      Is there some way in FusionAuth to implement this invite flow? Thanks!

      posted in Q&A
      M
      maxfusion