Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/client-libraries-websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ All exchanges via the WebSocket API use JSON.
### Authentication

#### Browser javascript WebSocket client
> For security reasons, we suggest passing the token as headers rather than as query parameters.

Use the query param `token` to transport the authentication token.

Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-3.0.x/client-libraries-websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ All exchanges via the WebSocket API use JSON.
### Authentication

#### Browser javascript WebSocket client
> For security reasons, we suggest passing the token as headers rather than as query parameters.

Use the query param `token` to transport the authentication token.

Expand Down
1 change: 1 addition & 0 deletions versioned_docs/version-4.0.x/client-libraries-websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ All exchanges via the WebSocket API use JSON.
### Authentication

#### Browser javascript WebSocket client
> For security reasons, we suggest passing the token as headers rather than as query parameters.

Use the query param `token` to transport the authentication token.

Expand Down