AppAuth-Android icon indicating copy to clipboard operation
AppAuth-Android copied to clipboard

Cant login with multiple devices

Open Omar-D opened this issue 2 years ago • 1 comments

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

Omar-D avatar Aug 18 '23 13:08 Omar-D

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.

bsautner avatar Dec 12 '23 17:12 bsautner