I auth tracking

This commit is contained in:
a6a2f5842 2025-09-15 10:25:38 +02:00
parent 4b7c09534a
commit fbb789b25e
1 changed files with 2 additions and 0 deletions

View File

@ -26,12 +26,14 @@ class WebsocketService
cache()->forget('ws_active_channels');
cache()->forget('ws_socket_auth');
cache()->forget('ws_socket_auth_users');
cache()->forget('ws_socket_authed_users');
cache()->forget('ws_channel_connections');
cache()->forget('ws_connection');
return true;
}
public static function getAuth(string $socketId)
{
config(['cache.default' => 'file']);