felixrieseberg / React-Dropzone-Component

:camera: ReactJS Dropzone for File Uploads (using Dropzone.js)
MIT License
1k stars 153 forks source link

Custom fetch (headers config) #196

Open rgdevment opened 5 years ago

rgdevment commented 5 years ago

I need to send a connection token header. How can you do this?

giancarlobianchi12 commented 5 years ago

djsConfig={{ headers: { Authorization: "Bearer " + localStorage.getItem("token"), }, }}