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

    njanaskie

    @njanaskie

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

    njanaskie Unfollow Follow

    Latest posts made by njanaskie

    • How to implement magic link login across devices

      I want to implement a passwordless flow using magic links and email.
      https://fusionauth.io/docs/apis/passwordless

      If a user initiates the email on device A but clicks the link on device B, is it possible to authenticate the user on both devices using the Passwordless API? I could implement polling or a websocket connection so that device A knows when the magic link has been clicked and can call the passwordless login. But as far as I know, the code is one time use so both device A and device B cannot call the passswordless login using the same code. If device B logs in with the code then device A cannot reuse the code, and vice versa.

      Are there known implementations of this flow? Is it wise to log in on one device then share the resulting access token to the other device (via websockets)? Any advice is appreciated, thanks!

      posted in General Discussion
      N
      njanaskie