mthenw / frontail

📝 streaming logs to the browser. Sponsored by https://cloudash.dev
https://cloudash.dev
MIT License
1.81k stars 249 forks source link

Feature Request: Change Auth Basic to Auth Digest #209

Closed casperklein closed 3 weeks ago

casperklein commented 4 years ago

When using frontail with -U and -P HTTP basic authentication is used.

With Auth Basic, the username and password are transferred in plaintext (base64 encoded). This can be a security issue, if the connection is not protected with HTTPS.

With Auth Digest, only hashed values are send.