@Prajjwal commented on GitHub:
@techburgher I've already implemented authentication with auth headers in #105. Hasn't been merged in yet, though. You might want to take a look at it.
@paolafrancesca commented on GitHub:
cannot reproduce
@sergeevabc commented on GitHub:
I cannot stress enough how crucial this feature is for non-Latin users and how weird to detect its absence in the 21st century. For example, let’s try to upload…
@techburgher commented on GitHub:
Here's a BasicAuth "hack", if anyone is interested:
func LoveHandler(h http.Handler) http.HandlerFunc {
return func(w http.ResponseWriter, r…
@techburgher commented on GitHub:
It would be nicer, for me, if there were a password prompt when accessing the web site itself, and not simply passed via an extra header.
@TheAssassin commented on GitHub:
imo it should be up to end user to run the image properly, and images should not enforce uid/gid on their own
That's total nonsense. A Docker image should…
@golbiga commented on GitHub:
merged with main
@noambernstein commented on GitHub:
Am I just misunderstanding the intended process for a system with exempt rules?
Is this in essence the problem? Are the exempt settings are meant to be…
@kamaln7 commented on GitHub:
I can take a stab at implementing something like this. Either pass an "Authentication" header with the key or just a regular parameter. @dutchcoders—is that alright?
@Prajjwal commented on GitHub:
@nl5887 I've implemented this. Care to take a look?