From 6930ae816db540877f372e6e5ebe30ce3074c78c Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Tue, 24 Sep 2019 21:25:35 -0700 Subject: [PATCH] Whoops, this isn't actually true --- websocket.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/websocket.go b/websocket.go index 66f4310..1e0b076 100644 --- a/websocket.go +++ b/websocket.go @@ -35,11 +35,6 @@ type WebsocketMessage struct { // should either omit the field or pass an empty value as it is ignored. Args []string `json:"args,omitempty"` - // The authentication JWT passed along with every call to the websocket that - // should be used to validate the user's authenticity and ability to perform - // whatever action they're doing. - Token string `json:"token,omitempty"` - // Is set to true when the request is originating from outside of the Daemon, // otherwise set to false for outbound. inbound bool