feat(auth): implement basic http auth with htpasswd file#2
Merged
Conversation
103f9f9 to
ebb36ea
Compare
ebb36ea to
dd4b01f
Compare
6af8ecc to
9001157
Compare
7d31967 to
05beed0
Compare
dvjn
commented
Feb 6, 2026
d4f5e24 to
f42d331
Compare
fb5c91a to
a15b9a9
Compare
28cdea7 to
6996132
Compare
- added htpasswd-based basic authentication support - config via AUTH__HTPASSWD__FILE or AUTH__HTPASSWD__CONTENTS env vars - added conformance testing with auth matrix (none, htpasswd) - includes comprehensive auth spec tests - prevents user enumeration attacks Assisted-by: Tern (OpenClaw on GLM 4.7)
6996132 to
1efef4f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements HTTP Basic Authentication using HTPASSWD file format.
Key Features
Configuration
Set env var to enable:
Assisted-by: Tern (OpenClaw on GLM 4.7)