AppAuth-Android
AppAuth-Android copied to clipboard
Cant login with multiple devices
I have already used AppAuth library in my project but there is a little problem,
The problem is when i login with my android device and then login with another the first logged in device is getting to be logged out and the second device login so i just wondered about how can i make login on multiple device
Thanks in advance
There isn't anything in this library that prevents you from logging in on multiple devices. This would have to be something your identity provider is doing by only allowing one auth token per account. I've worked with some that limit that to 50 or more to support many devices in a household.