Software / code / prosody-modules
File
mod_s2s_auth_samecert/README.md @ 6322:dfc035ecabb4
mod_http_oauth2: Remove defaults that should be included on clients
Since create_client() adds these fields if they are missing, we can
assume that they are present.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 03 Jul 2025 12:32:43 +0200 |
| parent | 6293:021b2686c19b |
line wrap: on
line source
This module authenticates server-to-server connections by looking for an already established connection that uses the exact same certificate, reusing the earlier validation results and letting Prosody skip performing slower validation methods such as [POSH][mod_s2s_auth_posh] twice.