Angular Socket.io avec en-tête de jeton

var socket = io("http://localhost", {
  extraHeaders: {
    Authorization: "Bearer authorization_token_here"
  }
});
Stupid Sable