Services client use case question
Posted by bsenftner on August 2, 2012 at 6:57pm
I have a REST API I've created, and am selling access to it. One of my clients is a mobile developer, with plans for their app to use a single user account for API communications.
Typical use case for their mobile app is proposed to be:
1) login
2) do api operations
3) logout
My question relates to steps 1 & 3 above: will that work with a single user account, and multiple mobile devices using the same user account? Will the logout by one device also logout all other "logged in" devices?
Read more