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

Add basic HTTP authentication #11

Merged
merged 3 commits into from May 10, 2019
Merged

Add basic HTTP authentication #11

merged 3 commits into from May 10, 2019

Conversation

thanethomson
Copy link
Member

This PR adds basic HTTP authentication to the master/slave interaction. It uses bcrypt-based hashes to validate the password supplied by the slave. Operating this over TLS should provide additional security in the master/slave interaction.

This commit adds basic HTTP authentication (with test) to the
master/slave interaction. It uses bcrypt-based hashes to validate the
password supplied by the slave. Operating this over TLS should provide
additional security in the master/slave interaction.
@thanethomson thanethomson self-assigned this May 10, 2019
@thanethomson thanethomson merged commit e4e7e3e into master May 10, 2019
@thanethomson thanethomson deleted the feature/basic-auth branch May 10, 2019 15:25
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

Successfully merging this pull request may close these issues.

None yet

1 participant