diff options
Diffstat (limited to 'README.gmi')
| -rw-r--r-- | README.gmi | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -312,6 +312,12 @@ The "autoatom" modifier customizes routing to recognize "<any other valid path>. Allowed contexts: static, cgi directives (no git), gemini and spartan servers (no gopher or finger). +### auth <auth name> + +The "auth" modifier takes the name of an auth (defined in a global "auth" directive) and sets it as a requirement to access the modified route. All the supported auth mechanisms are based on client TLS certificates, so they only work in servers with a "servertls" directive. + +Allowed contexts: static, cgi, git directives, gemini, gopher, and finger servers (no spartan, and gopher or finger only with "servertls"). + ### titan <auth name> The "titan" modifier takes an auth name (defined in a global "auth" directive) and enables the titan file upload protocol in a static route. Titan requests specifically will have to pass the named auth mechanism. |
