caddy/modules/caddyhttp/caddyauth
Robin Lambertz 57c6f22684
basicauth: default hash to bcrypt ()
The documentation specifies that the hash algorithm defaults to bcrypt.
However, the implementation returns an error in provision if no hash is
provided.

Fix this inconsistency by *actually* defaulting to bcrypt.
2020-02-17 12:19:59 -07:00
..
basicauth.go basicauth: default hash to bcrypt () 2020-02-17 12:19:59 -07:00
caddyauth.go Export Replacer and use concrete type instead of interface 2019-12-29 13:12:52 -07:00
caddyfile.go basicauth: Accept placeholders; move base64 decoding to provision 2020-01-07 08:50:18 -07:00
command.go caddyhttp: Minor cleanup and fix nil pointer deref in caddyfile adapter 2019-10-28 15:08:45 -06:00
hashes.go Improve godocs all around 2019-12-23 12:45:35 -07:00