Commit a947f70c authored by Bryan Burke's avatar Bryan Burke Committed by Matt Holt

httpserver: add extauth plugin directive (#2444)

parent 7f546e52
...@@ -654,6 +654,7 @@ var directives = []string{ ...@@ -654,6 +654,7 @@ var directives = []string{
"mime", "mime",
"login", // github.com/tarent/loginsrv/caddy "login", // github.com/tarent/loginsrv/caddy
"reauth", // github.com/freman/caddy-reauth "reauth", // github.com/freman/caddy-reauth
"extauth", // github.com/BTBurke/caddy-extauth
"jwt", // github.com/BTBurke/caddy-jwt "jwt", // github.com/BTBurke/caddy-jwt
"jsonp", // github.com/pschlump/caddy-jsonp "jsonp", // github.com/pschlump/caddy-jsonp
"upload", // blitznote.com/src/caddy.upload "upload", // blitznote.com/src/caddy.upload
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment