summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/caddyauth/basicauth.go
AgeCommit message (Expand)Author
2023-08-14ci: use gci linter (#5708)Jacob Gadikian
2023-07-21go.mod: Update quic-go to v0.37.0, bump to Go 1.20 minimum (#5644)Marten Seemann
2023-02-06caddyauth: Use singleflight for basic auth (#5344)Y.Horie
2022-09-05Remove unnecessary error checkMatthew Holt
2022-09-05caddyauth: Speed up basicauth provision, deprecate scrypt (#4720)Francis Lavoie
2020-11-22ci: Use golangci's github action for linting (#3794)Dave Henderson
2020-11-13basicauth: Minor internal improvements (#3861)Aurelia
2020-10-31caddyauth: Prevent user enumeration by timingMatthew Holt
2020-06-01caddyauth: Cache basicauth results (fixes #3462) (#3465)Matt Holt
2020-04-08chore: make the linter happier (#3245)Mohammed Al Sahaf
2020-04-07basicauth: Re-prompt after invalid credentials (fix #3239) (#3240)Matt Holt
2020-02-17basicauth: default hash to bcrypt (#3050)Robin Lambertz
2020-01-07basicauth: Accept placeholders; move base64 decoding to provisionMatthew Holt
2019-12-23Improve godocs all aroundMatthew Holt
2019-12-10v2: Module documentation; refactor LoadModule(); new caddy struct tags (#2924)Matt Holt
2019-10-30auth: Clean up basicauthMatthew Holt
2019-10-10http: authentication module; hash-password cmd; http_basic providerMatthew Holt