annotate mod_bind2/README.md @ 5256:44f7edd4f845

mod_http_oauth2: Reject non-local hosts in more code paths We're not issuing tokens for users on remote hosts, we can't even authenticate them since they're remote. Thus the host is always the local module.host so no need to pass around the host in most cases or use it for anything but enforcing the same host.
author Kim Alvefur <zash@zash.se>
date Thu, 16 Mar 2023 17:52:10 +0100
parents 18b12ad263f0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4799
18b12ad263f0 mod_bind2: Add initial README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 ---
18b12ad263f0 mod_bind2: Add initial README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2 labels:
18b12ad263f0 mod_bind2: Add initial README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3 - Stage-Alpha
18b12ad263f0 mod_bind2: Add initial README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4 rockspec:
18b12ad263f0 mod_bind2: Add initial README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5 dependencies:
18b12ad263f0 mod_bind2: Add initial README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
6 - mod_sasl2
18b12ad263f0 mod_bind2: Add initial README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7 summary: "XEP-0386: Bind 2.0"
18b12ad263f0 mod_bind2: Add initial README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
8 ---
18b12ad263f0 mod_bind2: Add initial README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
9
18b12ad263f0 mod_bind2: Add initial README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
10 Experimental early implementation of [XEP-0386: Bind 2.0] for use with
18b12ad263f0 mod_bind2: Add initial README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
11 [mod_sasl2].