alexusmai / vue-laravel-file-manager

Frontend for Laravel File Manager on Vue.js
MIT License
358 stars 160 forks source link

Unauthorized when adding "auth" guard. #141

Open Mcelik1 opened 5 months ago

Mcelik1 commented 5 months ago

Which token does it want passed in here? CSRF token or another token? Any help should be appreciated !! headers: { 'X-Requested-With': 'XMLHttpRequest', Authorization:Bearer ${window.localStorage.getItem('user-token')}, },