FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login

    Is there any event that fires that a passwordless login has expired?

    Scheduled Pinned Locked Moved
    General Discussion
    3
    3
    310
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      richb201
      last edited by

      I'd like to know when passwordless logins have expired so my code can take appropriate measures. Is there any event or trigger that fires? If so, can you point out what in the php client would allow me to use this?

      1 Reply Last reply Reply Quote 0
      • S
        security
        last edited by

        This post is deleted!
        1 Reply Last reply Reply Quote 0
        • danD
          dan
          last edited by dan

          Nope, there's no way to know when passwordless logins have expired via webhook.

          You have a couple of options:

          • You can create a github issue specifying your use case. I'm not sure how quickly this feature would be implemented, however, as this is the first request I've seen.
          • You could note when you send the passwordless login on the user object (in user.data) and build a query that shows all the users with expired passwordless logins. You can know when you sent it and how long it is good for by querying the tenant settings, which gives you the time it expires.
          • You could note when you send the passwordless login in some other external database and process it there.

          --
          FusionAuth - Auth for devs, built by devs.
          https://fusionauth.io

          1 Reply Last reply Reply Quote 0
          • First post
            Last post