Login blocking.
-
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?
-
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
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 -
@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.