Software /
code /
prosody-modules
Diff
mod_auth_http_async/README.markdown @ 1933:afba0821f058
mod_auth_http_async/README: Add compatibility info
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 24 Oct 2015 13:54:11 +0200 |
parent | 1888:3483381c5e46 |
child | 2121:4916c1b6517f |
line wrap: on
line diff
--- a/mod_auth_http_async/README.markdown Sat Oct 24 13:53:52 2015 +0200 +++ b/mod_auth_http_async/README.markdown Sat Oct 24 13:54:11 2015 +0200 @@ -1,3 +1,8 @@ +--- +labels: +- Stage-Alpha +... + Introduction ============ @@ -14,9 +19,13 @@ Configuration ============= -``` {.lua} +``` lua VirtualHost "example.com" authentication = "http_async" http_auth_url = "http://example.com/auth" ``` +Compatibility +============= + +Requires 0.10+