summaryrefslogtreecommitdiff
path: root/modules/caddyhttp/caddyauth
diff options
context:
space:
mode:
authorMatthew Holt <mholt@users.noreply.github.com>2020-04-14 16:11:46 -0600
committerMatthew Holt <mholt@users.noreply.github.com>2020-04-14 16:11:46 -0600
commit829e36d535cf5bbff7cf0f510608e6fca956cec4 (patch)
treee7376af9652a076f964baf76f9c01ee0f54d050b /modules/caddyhttp/caddyauth
parent2609a728936775377ae14834f9073f1bdc2f7601 (diff)
httpcaddyfile: Don't lowercase placeholder contents (fixes #3264)
Diffstat (limited to 'modules/caddyhttp/caddyauth')
-rw-r--r--modules/caddyhttp/caddyauth/caddyauth.go2
1 files changed, 2 insertions, 0 deletions
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.