[GH-ISSUE #209] Feature Request: Change Auth Basic to Auth Digest #140

Closed
opened 2026-03-03 16:04:44 +03:00 by kerem · 0 comments
Owner

Originally created by @casperklein on GitHub (May 2, 2020).
Original GitHub issue: https://github.com/mthenw/frontail/issues/209

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.

Originally created by @casperklein on GitHub (May 2, 2020). Original GitHub issue: https://github.com/mthenw/frontail/issues/209 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.
kerem closed this issue 2026-03-03 16:04:44 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/frontail#140
No description provided.