Open rgdevment opened 5 years ago
I need to send a connection token header. How can you do this?
djsConfig={{ headers: { Authorization: "Bearer " + localStorage.getItem("token"), }, }}
I need to send a connection token header. How can you do this?