annotate mod_admin_probe/README.markdown @ 5616:59d5fc50f602

mod_http_oauth2: Implement refresh token rotation Makes refresh tokens one-time-use, handing out a new refresh token with each access token. Thus if a refresh token is stolen and used by an attacker, the next time the legitimate client tries to use the previous refresh token, it will not work and the attack will be noticed. If the attacker does not use the refresh token, it becomes invalid after the legitimate client uses it. This behavior is recommended by draft-ietf-oauth-security-topics
author Kim Alvefur <zash@zash.se>
date Sun, 23 Jul 2023 02:56:08 +0200
parents 34fb3d239ac1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1856
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
1 ---
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
2 summary: Allow server administrators to probe any user
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
3 ...
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
4
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
5 This module lets server administrators send `<presence type="probe"/>`
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
6 to any local user and receive their presence in response, bypassing
3278fa267199 mod_admin_probe: Add README
Kim Alvefur <zash@zash.se>
parents:
diff changeset
7 roster checks.
5007
34fb3d239ac1 */README: Update compatibility info of modules still using legacy is_admin API
Matthew Wild <mwild1@gmail.com>
parents: 1856
diff changeset
8
34fb3d239ac1 */README: Update compatibility info of modules still using legacy is_admin API
Matthew Wild <mwild1@gmail.com>
parents: 1856
diff changeset
9 Compatibility
34fb3d239ac1 */README: Update compatibility info of modules still using legacy is_admin API
Matthew Wild <mwild1@gmail.com>
parents: 1856
diff changeset
10 =============
34fb3d239ac1 */README: Update compatibility info of modules still using legacy is_admin API
Matthew Wild <mwild1@gmail.com>
parents: 1856
diff changeset
11
34fb3d239ac1 */README: Update compatibility info of modules still using legacy is_admin API
Matthew Wild <mwild1@gmail.com>
parents: 1856
diff changeset
12 ------- --------------
34fb3d239ac1 */README: Update compatibility info of modules still using legacy is_admin API
Matthew Wild <mwild1@gmail.com>
parents: 1856
diff changeset
13 trunk Doesn't work (uses is_admin)
34fb3d239ac1 */README: Update compatibility info of modules still using legacy is_admin API
Matthew Wild <mwild1@gmail.com>
parents: 1856
diff changeset
14 0.12 Works?
34fb3d239ac1 */README: Update compatibility info of modules still using legacy is_admin API
Matthew Wild <mwild1@gmail.com>
parents: 1856
diff changeset
15 ------- --------------