thephpleague / glide

Wonderfully easy on-demand image manipulation library with an HTTP based API.
http://glide.thephpleague.com
MIT License
2.55k stars 198 forks source link

generate a temporarySignedRoute #371

Open vpuentem opened 1 year ago

vpuentem commented 1 year ago

Is it possible to generate a signed URL that expires in some time? similar to how laravel handles signed url's . Or maybe it is possible to implement that logic myself using a different response class? Any help would be appreciated