go-http-file-server
go-http-file-server copied to clipboard
Different authentication for different folder
Let's say I have three folders: A, B, C. Is it possible to allow user Alice be able to enter folder A with Alice's credential and not able to access folder B, while user Bob be able to enter folder B with Bob's credential and not able to access folder A? If not, can you add this feature? It would be nice, thanks!
Version 1.17.0 adds --auth-user and --auth-dir-user to restrict path access authentication to specified user. See release notes for detail.