You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you using Sanctum with the stateful SPA? Or completely stateless API with JWT or something along those lines?
I would think with a stateful API you would have the same session scaffolding so you could see the active sessions, but I'm not sure how you would pull it off with JWT. I would think it would depend on the library you're using, maybe you could grab any active tokens, or maybe there's a last login time?
Users who are login and requested through api.php not web.php in the routes, are not counted because I see table sessions are not getting updated if you log in through API. Is there a way to make those users get counted?
When using a REST API for a SPA then users don't show up active.
Is there any way to see active logged in users also including SPA users?
The text was updated successfully, but these errors were encountered: