mirror of
https://github.com/mthenw/frontail.git
synced 2026-04-25 17:55:55 +03:00
[GH-ISSUE #209] Feature Request: Change Auth Basic to Auth Digest #140
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/frontail#140
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @casperklein on GitHub (May 2, 2020).
Original GitHub issue: https://github.com/mthenw/frontail/issues/209
When using
frontailwith-Uand-PHTTP 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.