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
Ice Cubes sends the access token for the streaming API via the Sec-Websocket-Protocol header. The Mastodon documentation of the streaming API does not document this way of use. And this header is not considered sensitive, so often logged.
The documented way to do auth against the streaming API is to use the access_token query parameter.
The standard Authorization header is implemented as well for the streaming API, but not documented.
Related Issues
Search that this bugs don't already exist before creating it.
The text was updated successfully, but these errors were encountered:
Environment:
Description
Ice Cubes sends the access token for the streaming API via the
Sec-Websocket-Protocol
header. The Mastodon documentation of the streaming API does not document this way of use. And this header is not considered sensitive, so often logged.The documented way to do auth against the streaming API is to use the
access_token
query parameter.The standard
Authorization
header is implemented as well for the streaming API, but not documented.Related Issues
The text was updated successfully, but these errors were encountered: