Web Server: Serving private files without the application
Time to stop booting the app every time the user wants to download a file.
I was tasked not so long ago to find a way to push private files to users, something that would be only allowed to see by an authenticated user. This is usually a problem rather than a feature: this private file shouldn’t be allowed to be…