index
:
caddy-cgi
caddy-cgi
fork of caddy for nix to build it with the cgi plugin
System administrator
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
caddyhttp
/
caddyauth
/
basicauth.go
Age
Commit message (
Expand
)
Author
2023-02-06
caddyauth: Use singleflight for basic auth (#5344)
Y.Horie
2022-09-05
Remove unnecessary error check
Matthew Holt
2022-09-05
caddyauth: Speed up basicauth provision, deprecate scrypt (#4720)
Francis Lavoie
2020-11-22
ci: Use golangci's github action for linting (#3794)
Dave Henderson
2020-11-13
basicauth: Minor internal improvements (#3861)
Aurelia
2020-10-31
caddyauth: Prevent user enumeration by timing
Matthew Holt
2020-06-01
caddyauth: Cache basicauth results (fixes #3462) (#3465)
Matt Holt
2020-04-08
chore: make the linter happier (#3245)
Mohammed Al Sahaf
2020-04-07
basicauth: Re-prompt after invalid credentials (fix #3239) (#3240)
Matt Holt
2020-02-17
basicauth: default hash to bcrypt (#3050)
Robin Lambertz
2020-01-07
basicauth: Accept placeholders; move base64 decoding to provision
Matthew Holt
2019-12-23
Improve godocs all around
Matthew Holt
2019-12-10
v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)
Matt Holt
2019-10-30
auth: Clean up basicauth
Matthew Holt
2019-10-10
http: authentication module; hash-password cmd; http_basic provider
Matthew Holt