mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
authentication with cookies.
This commit is contained in:
@ -11,6 +11,7 @@ export default interface State {
|
||||
// Connection
|
||||
/////////////////////////////
|
||||
export interface Connection {
|
||||
authenticated: boolean
|
||||
websocket: 'disconnected' | 'connecting' | 'connected'
|
||||
webrtc: 'disconnected' | 'connecting' | 'connected'
|
||||
type: 'webrtc' | 'fallback' | 'none'
|
||||
|
Reference in New Issue
Block a user