alexusmai / vue-laravel-file-manager

Frontend for Laravel File Manager on Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with LFM and tinymce

zhacene opened this issue · comments

Good evening I am using Laravel file manager integrated with tinymce with vue.js spa.
The problem is that I use the auth middleware and when I click on the image button in tinymce to open file manager it tells me that I am not authenticated by what I did not send The token token.
How to attach token bearer token with laravel file manager button in tinymce?
Thanks