add missing comments

This commit is contained in:
David Christofas
2022-08-22 14:15:13 +02:00
parent b5ef10dc2b
commit 12d42e0074
5 changed files with 4 additions and 1 deletions
@@ -67,7 +67,6 @@ const (
)
// Authenticator is the common interface implemented by all request authenticators.
type Authenticator interface {
// Authenticate is used to authenticate incoming HTTP requests.
// The Authenticator may augment the request with user info or anything related to the