mirror of
https://github.com/caddyserver/caddy.git
synced 2024-12-23 22:27:38 -05:00
Add reauth directive (#1716)
This commit is contained in:
parent
47e770621c
commit
a63a6ecb04
1 changed files with 1 additions and 0 deletions
|
@ -471,6 +471,7 @@ var directives = []string{
|
|||
"cors", // github.com/captncraig/cors/caddy
|
||||
"mime",
|
||||
"login", // github.com/tarent/loginsrv/caddy
|
||||
"reauth", // github.com/freman/caddy-reauth
|
||||
"jwt", // github.com/BTBurke/caddy-jwt
|
||||
"jsonp", // github.com/pschlump/caddy-jsonp
|
||||
"upload", // blitznote.com/src/caddy.upload
|
||||
|
|
Loading…
Reference in a new issue