I auth tracking
This commit is contained in:
parent
4b7c09534a
commit
fbb789b25e
|
|
@ -26,12 +26,14 @@ class WebsocketService
|
||||||
cache()->forget('ws_active_channels');
|
cache()->forget('ws_active_channels');
|
||||||
cache()->forget('ws_socket_auth');
|
cache()->forget('ws_socket_auth');
|
||||||
cache()->forget('ws_socket_auth_users');
|
cache()->forget('ws_socket_auth_users');
|
||||||
|
cache()->forget('ws_socket_authed_users');
|
||||||
cache()->forget('ws_channel_connections');
|
cache()->forget('ws_channel_connections');
|
||||||
cache()->forget('ws_connection');
|
cache()->forget('ws_connection');
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public static function getAuth(string $socketId)
|
public static function getAuth(string $socketId)
|
||||||
{
|
{
|
||||||
config(['cache.default' => 'file']);
|
config(['cache.default' => 'file']);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue