Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Change Auth Basic to Auth Digest #209

Open
casperklein opened this issue May 2, 2020 · 0 comments
Open

Feature Request: Change Auth Basic to Auth Digest #209

casperklein opened this issue May 2, 2020 · 0 comments

Comments

@casperklein
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant