tokidoki/auth
Conrad Hoffmann a87520cb0f Add htpasswd-style static file auth module
Can be used via `-auth.url=file://`. Only supports bcrypt password
hashes ($2y). Use e.g. `htpasswd -c -BC 14 <filename> <user>` to create
a file. Documentation forthcoming.
2024-02-05 17:23:11 +01:00
..
htpasswd.go Add htpasswd-style static file auth module 2024-02-05 17:23:11 +01:00
imap.go Switch to a proper logging library 2022-12-01 13:46:25 +01:00
interface.go Keep context keys private 2022-03-16 14:33:47 +01:00
null_stub.go Add a "null" auth backend 2024-02-02 22:34:15 +01:00
null.go Add a "null" auth backend 2024-02-02 22:34:15 +01:00
pam_stub.go auth: add PAM support 2022-09-13 10:04:45 +02:00
pam.go Switch to a proper logging library 2022-12-01 13:46:25 +01:00
url.go Add htpasswd-style static file auth module 2024-02-05 17:23:11 +01:00