diff options
author | Will Hunt <will@half-shot.uk> | 2022-05-24 15:39:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-24 16:39:54 +0200 |
commit | 6855024e0a363ff09d50586dcf1b089b77ac3b0c (patch) | |
tree | cd14f69910e4ca2065d2889873831956812cf523 /changelog.d | |
parent | Merge tag 'v1.60.0rc1' into develop (diff) | |
download | synapse-6855024e0a363ff09d50586dcf1b089b77ac3b0c.tar.xz |
Add authentication to thirdparty bridge APIs (#12746)
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/12746.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12746.bugfix b/changelog.d/12746.bugfix new file mode 100644 index 0000000000..67e7fc854c --- /dev/null +++ b/changelog.d/12746.bugfix @@ -0,0 +1 @@ +Always send an `access_token` in `/thirdparty/` requests to appservices, as required by the [Matrix specification](https://spec.matrix.org/v1.1/application-service-api/#third-party-networks). \ No newline at end of file |