From 829e36d535cf5bbff7cf0f510608e6fca956cec4 Mon Sep 17 00:00:00 2001 From: Matthew Holt Date: Tue, 14 Apr 2020 16:11:46 -0600 Subject: httpcaddyfile: Don't lowercase placeholder contents (fixes #3264) --- modules/caddyhttp/caddyauth/caddyauth.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/caddyhttp/caddyauth') diff --git a/modules/caddyhttp/caddyauth/caddyauth.go b/modules/caddyhttp/caddyauth/caddyauth.go index a6165d4..a88bff6 100644 --- a/modules/caddyhttp/caddyauth/caddyauth.go +++ b/modules/caddyhttp/caddyauth/caddyauth.go @@ -29,6 +29,8 @@ func init() { // Authentication is a middleware which provides user authentication. // Rejects requests with HTTP 401 if the request is not authenticated. +// +// Its API is still experimental and may be subject to change. type Authentication struct { // A set of authentication providers. If none are specified, // all requests will always be unauthenticated. -- cgit v1.2.3