mod_cloud_notify_extensions/mod_cloud_notify_extensions.lua
author Kim Alvefur <zash@zash.se>
Tue, 05 Mar 2024 00:32:00 +0100
changeset 5862 761142ee0ff2
parent 4709 ace4f251a64b
permissions -rw-r--r--
mod_http_oauth2: Reflect changes to defaults etc - Resource owner password grant was disabled by default - Tokens now include a hash of client_id making it possible to be reasonable sure that they were issued to a particular client

module:depends("cloud_notify_encrypted");
module:depends("cloud_notify_priority_tag");
module:depends("cloud_notify_filters");