You do use tokens and cookies (or local storage), not session, correct?
Aug 29, 2024
2
Level 1
Laravel 11 Sanctum -> How can I determine when I log out in another browser?
I use Laravel 11 Sanctum with a VUE SPA app. If you are logged into my program in two browsers and one logs out, then the other no longer works - of course! How can I be routed to the login page in a controlled manner when a browser or tab logs out?
Please or to participate in this conversation.