ZizzyDizzyMC / linx-server

Self-hosted file/code/media sharing website. ~~~~~~~~~~~~~~~~~~~ Powers https://put.icu
GNU General Public License v3.0
208 stars 32 forks source link

Basic-auth required for password-protected file #20

Open realEthanZou opened 2 years ago

realEthanZou commented 2 years ago

When a user accesses a password-protected file, the basic-auth dialog will be be prompted. This is not the expected behaviour as the basic auth should only be required when uploading.

ZizzyDizzyMC commented 2 months ago

I need to understand this a bit more.

When uploading a file you can choose to set a password. When that link is shared, anyone with the link will need to enter that password that was set to obtain the file. In this way, that is expected behavior.