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

Login blocking.

Scheduled Pinned Locked Moved Unsolved
Q&A
3
3
480
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 7 Mar 2022, 20:30

    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?

    J L 2 Replies Last reply 23 Mar 2022, 23:08 Reply Quote 0
    • J
      joshua @crystar
      last edited by 23 Mar 2022, 23:08

      @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 28 Jun 2022, 07:18

        @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