chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

Add header token to request #129

Open ahmadbagwi opened 3 years ago

ahmadbagwi commented 3 years ago

I have API for uploadURL and working without authentication, and now I want to protect API, only user login can create and upload files, so how to add header token to vue-wysiwyg request? Thanks.