diff options
| author | Quentin Gliech <quenting@element.io> | 2024-07-08 14:08:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-08 14:08:11 +0200 |
| commit | c896030f679ad4987df015970a0c55aa4ffe8466 (patch) | |
| tree | 5c2321fa8e2eb0a2c591b66b5c62492cdf963c6c /synapse/api | |
| parent | Bump certifi from 2023.7.22 to 2024.7.4 (#17404) (diff) | |
| download | synapse-c896030f679ad4987df015970a0c55aa4ffe8466.tar.xz | |
MSC3861: allow overriding the introspection endpoint (#17406)
This makes it easier to go through an internal endpoint instead of the public facing URL when introspecting tokens, reducing latency.
Diffstat (limited to 'synapse/api')
| -rw-r--r-- | synapse/api/auth/msc3861_delegated.py | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/synapse/api/auth/msc3861_delegated.py b/synapse/api/auth/msc3861_delegated.py |
