Laravel 11 – Sanctum SPA session logout all devices is not working
We’re trying to implement Sanctum SPA authentication (session based, not api tokens), when a user changes their password, we can’t seem to log them out of other devices using Auth::logoutOtherDevices($password);
and we get: