mufeedvh / binserve

A fast production-ready static web server with TLS (HTTPS), routing, hot reloading, caching, templating, and security in a single-binary you can set up with zero code.

Home Page:https://mufeedvh.gumroad.com/l/binserveplus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: Authentication and authorization

danmx opened this issue · comments

It would be great if you could specify which paths are available and for who (authN+Z)

Hello @danmx, thank you for this feature request! binserve being a static web server, do we need dynamic features like this? It's just static responses so authorizations for different users isn't required anyway. Although upon reading your request I got an idea, the assets directory can be used as a download directory and we can maybe allow downloads with authentication but that would not fit the "static" structure tho.

This being a low priority feature, I am closing this issue but I will keep this in mind for future releases.

Thank You! ❤️🙌