From a947f70c567d578faed617f0ee155f166fa672b1 Mon Sep 17 00:00:00 2001 From: Bryan Burke <bryan.t.burke@gmail.com> Date: Sat, 26 Jan 2019 03:12:43 -0400 Subject: [PATCH] httpserver: add extauth plugin directive (#2444) --- caddyhttp/httpserver/plugin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index a35554b5e..d14011f7f 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -654,6 +654,7 @@ var directives = []string{ "mime", "login", // github.com/tarent/loginsrv/caddy "reauth", // github.com/freman/caddy-reauth + "extauth", // github.com/BTBurke/caddy-extauth "jwt", // github.com/BTBurke/caddy-jwt "jsonp", // github.com/pschlump/caddy-jsonp "upload", // blitznote.com/src/caddy.upload