Setup web-socket connection
- Add authentification socket.io with jwt token
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import {Socket} from "socket.io";
|
||||
|
||||
export interface ExSocketInterface extends Socket {
|
||||
token: object;
|
||||
}
|
||||
Reference in New Issue
Block a user