Auth.js Muti-device Support
I'm implementing auth right now in a site that the user will likely be switching from mobile to desktop with frequently. I wanted to make sure that just because they do this their JWT is not going to just expire and force them to log back in when they swap devices.
Thanks!
8 Replies
I don't think auth.js suppots native apps currently
Not native apps, just switching between using the site on desktop v.s mobile
cookies/local storage is per device
Yeah, I just didn't know if by logging in on another device it would invalidate the other JWT or not. If its per device, it shouldn't then right?
No
Solution
the client can have multiple devices signed at the same time
Great, thanks!
clerk as example, you can see multiple logged-in devices