You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,9 @@ You can run Slack Watchman to look for results going back as far as:
49
49
It also enumerates the following:
50
50
- User data
51
51
- All users & all admins
52
-
- Channel data
53
-
- All channels, including externally shared channels
52
+
- Conversation data
53
+
- All conversations, including externally shared conversations
54
+
- All conversations that include a Slack Canvas (which often contain sensitive or important information)
54
55
- Workspace authentication options
55
56
56
57
@@ -110,7 +111,7 @@ team:read
110
111
users:read
111
112
users:read.email
112
113
```
113
-
**Note**: User tokens act on behalf of the user who authorises them, so I would suggest you create this app and authorise it using a service account, otherwise the app will have access to your private channels and chats.
114
+
**Note**: User tokens act on behalf of the user who authorises them, so I would suggest you create this app and authorise it using a service account, otherwise the app will have access to your private conversations and chats.
114
115
115
116
### Cookie Authentication
116
117
Alternatively, Slack Watchman can also authenticate to Slack using a user `d` cookie, which is stored in the browser of each user logged into a workspace.
0 commit comments