Software / code / prosody-modules
Annotate
mod_s2s_auth_samecert/README.md @ 6336:6e80b2cb5fe6
mod_http_oauth2: Show scope descriptions
This should help the user understand and provide _informed_ consent,
although the texts can certainly be improved. Explaining these scopes is
non-trivial.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Tue, 15 Jul 2025 16:28:40 +0200 |
| parent | 6293:021b2686c19b |
| rev | line source |
|---|---|
|
6293
021b2686c19b
mod_s2s_auth_samecert: Add brief README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
1 This module authenticates server-to-server connections by looking for an already established connection that uses the exact same certificate, reusing |
|
021b2686c19b
mod_s2s_auth_samecert: Add brief README
Kim Alvefur <zash@zash.se>
parents:
diff
changeset
|
2 the earlier validation results and letting Prosody skip performing slower validation methods such as [POSH][mod_s2s_auth_posh] twice. |