dotblue / nette-webimages

On-the-fly generated web images for your Nette app
Other
26 stars 18 forks source link

Add support for secured routes #25

Closed vysinsky closed 8 years ago

vysinsky commented 8 years ago

Usage:

webimages:
    providers:
        - App\Services\ImageProvider(%wwwDir%/pydio/data/files/fotogalerie)
    routes:
        - mask: images/fotogalerie/<gallery>/<width>x<height>/<id>.jpg
          secured: true

No BC breaks

vojtech-dobes commented 8 years ago

:+1: