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 authentication for the API (htpasswd) #23

Merged
merged 3 commits into from
Nov 3, 2020
Merged

Conversation

fridim
Copy link
Contributor

@fridim fridim commented Oct 21, 2020

This commit, if applied, adds Basic HTTP authentication for the API
using htpasswd.

New dependency: github.com/tg123/go-htpasswd

The authentication is enabled by default but can be disabled.

All routes are behind authentication, except /health.

This commit, if applied, adds Basic HTTP authentication for the API
using htpasswd.

New dependency: github.com/tg123/go-htpasswd

The authentication is enabled by default but can be disabled.

All routes are behind authentication, except /health.
@fridim fridim merged commit fd16fcd into master Nov 3, 2020
@fridim fridim deleted the authentication-api branch November 3, 2020 10:37
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.

2 participants