Intervention / imagecache

Caching extension for the Intervention Image Class

Home Page:https://image.intervention.io/v2/usage/cache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Middleware Auth for "original" and "download" routes/template?

padre opened this issue · comments

commented

Is there any way to apply the middlware Auth for "original" and "download" routes/template?

I tried to create a route for media/original/{filename} but it's always called InterventionImageCacheController@getResponse instead of my controller.

I require this, too. Need to check if the session token belongs to the user whose media is being requested.