samuong / alpaca

A local HTTP proxy for command-line tools. Supports PAC scripts and NTLM authentication.
Apache License 2.0
184 stars 31 forks source link

Return a pointer to an authenticator #36

Closed samuong closed 4 years ago

samuong commented 4 years ago

This allows Alpaca to distinguish between having no credentials, and having a blank domain/username/password.

samuong commented 4 years ago

Makes sense, done. I've also rebased this onto the other change which modified the logs slightly (to remove the newline characters).