I have a RestAPI which when hit authenticate the user. This api is exposed to android and ios developers they hit this api to allow user to login to our app
My requireme
Hello you can do one thing. Track user login status. like
You have to pass this user status with your login web Service or API in android and in website you can directly check from DB.