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

    Login blocking.

    Scheduled Pinned Locked Moved Unsolved
    Q&A
    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.
    • C
      crystar
      last edited by

      I'm new to APIs, so I need some guidance.
      I'm creating some software, but I have just one question; something to point me in the general direction I should be going.

      To prevent account sharing in paid member subscriptions or blocking concurrent logins from multiple locations, what type of API is used?

      joshuaJ L 2 Replies Last reply Reply Quote 0
      • joshuaJ
        joshua @crystar
        last edited by

        @crystar

        Thanks for the question, there is no single API that you would call to implement this.

        Possibly, this feature would provide what you are looking for

        • https://github.com/FusionAuth/fusionauth-issues/issues/1363

        Another option would be custom integration code to limit the number of refresh tokens (sessions) that a use can have scoped to them.

        Thanks,
        Josh

        1 Reply Last reply Reply Quote 0
        • L
          lowellreeselowel @crystar
          last edited by

          @crystar Another choice would be to utilize custom integration code in order to set a cap on the number of sessions (refresh tokens) that a single user is permitted to have scoped to them.

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