Mercurial > prosody-modules
view mod_readonly/README.markdown @ 5279:2b858cccac8f
mod_http_oauth2: Add support for refresh tokens
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 24 Mar 2023 14:29:07 +0000 |
| parents | ce5d1fa69ba3 |
| children |
line wrap: on
line source
This module blocks configured queries that change server state. E.g. to make vCard storage read-only: ``` lua readonly_stores = { vcard = { "vcard-temp", "vCard" }; } ```
