Replace go-http-auth with custom basic auth middleware.
Review Request #14918 — Created March 17, 2026 and submitted — Latest diff uploaded
The
go-http-authpackage hasn't been updated in a long time, and isn't
very much code to replace. This change reimplements HTTP Basic auth
using custom middleware, and improves upon it by supporting
bcrypt-encoded passwords.
Ran unit tests.