halverneus / static-file-server

Tiny, simple static file server using environment variables for configuration
MIT License
400 stars 77 forks source link

Implement access control with url parameter based on md5sum #68

Closed flymin closed 2 years ago

flymin commented 2 years ago

I make a simple ACCESS_KEY to allow access control with URL parameters. Please check the readme for usage. I do not know how to make the unit test. Sorry for that.

flymin commented 2 years ago

I have made the changes.

halverneus commented 2 years ago

When I have some time (probably in the next week) I'll add some unit tests and cut a release.