You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Im trying to integrate jwt-auth and also be able to use Filemanager
So my flow should be the following.
When User Clicks Browse.
filebrowserBrowseUrl: '/images/browse'-> Laravel Route to fetch User Folder
The response will be a hashed folder Name.
2.having that hashed Name Run filemanager with ;
$fm = new Filemanager();
$fm->setFileRoot($folderPath); //where $folderPath will be the hashed name returned from laravel.
I cant Use a Custom user.config.php file where there I should pull a
and then check for the user's permission because JWT doesnt Use Sessions/Cookies.
Ideally I will have
filebrowserBrowseUrl: '/images/browse/' - /filemanager/index.html' - 'hashed folder'
↑ ↑ ↑
target route
with the Route response execute this other route with the hashed folder name
The text was updated successfully, but these errors were encountered:
Hello, Im trying to integrate jwt-auth and also be able to use Filemanager
So my flow should be the following.
When User Clicks Browse.
The response will be a hashed folder Name.
2.having that hashed Name Run filemanager with ;
I cant Use a Custom user.config.php file where there I should pull a
and then check for the user's permission because JWT doesnt Use Sessions/Cookies.
Ideally I will have
filebrowserBrowseUrl: '/images/browse/' - /filemanager/index.html' - 'hashed folder'
↑ ↑ ↑
target route
with the Route response execute this other route with the hashed folder name
The text was updated successfully, but these errors were encountered: