tokidoki/auth
Conrad Hoffmann 1d871b000a Add a "null" auth backend
Not built by default, but can be added with `go build -tags nullauth`.
Enabled by running tokidoki with `-auth.url null://`. Very useful for
simpler debugging when you don't want manage test accounts with actual
passwords.
2024-02-02 22:34:15 +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 a "null" auth backend 2024-02-02 22:34:15 +01:00