angular-filemanager
angular-filemanager copied to clipboard
Get | Download
Work with jwt in my project, I created an interceptor in the module, so that every request sends jwt and la in the backend I identify the user and load folders only from him, or create folder inside his directory. But in the case of downloading my interceptor can not inject JWT, how does it work see image and download? Or how to modify so that my interceptor can inject the jwt in the get of image and download?