admin side scan connection
This commit is contained in:
parent
b29cdae088
commit
83ab0c4ea7
7 changed files with 156 additions and 6 deletions
|
@ -45,7 +45,6 @@ export default async function authenticateSocket(socket: Socket, next: Function)
|
|||
permissions: decoded.permissions,
|
||||
isWebApiRequest: decoded?.sub == "webapi_access_token",
|
||||
});
|
||||
socket.join("home");
|
||||
|
||||
next();
|
||||
} catch (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue