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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/17406.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17406.misc b/changelog.d/17406.misc new file mode 100644 index 0000000000..83f34cac43 --- /dev/null +++ b/changelog.d/17406.misc @@ -0,0 +1 @@ +MSC3861: allow overriding the introspection endpoint. |