pub fn add_jwt_to_websocket_request(
headers: &mut FxHashMap<String, String>,
jwt_token: &str,
) -> Result<()>Expand description
Helper function to add JWT authentication to WebSocket connection request Uses rusty-common WebSocket auth system