diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-09-17 18:05:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-17 18:05:13 +0100 |
commit | 6670bd407201f331353a4d402369da75b61ceca9 (patch) | |
tree | ee4c057e251885030f410b0c1603797b45931687 /changelog.d | |
parent | (#5849) Convert rst to markdown (#6040) (diff) | |
download | synapse-6670bd407201f331353a4d402369da75b61ceca9.tar.xz |
v2 3PID Invites (part of MSC2140) (#5979)
3PID invites require making a request to an identity server to check that the invited 3PID has an Matrix ID linked, and if so, what it is. These requests are being made on behalf of a user. The user will supply an identity server and an access token for that identity server. The homeserver will then forward this request with the access token (using an `Authorization` header) and, if the given identity server doesn't support v2 endpoints, will fall back to v1 (which doesn't require any access tokens). Requires: ~~#5976~~
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5979.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5979.feature b/changelog.d/5979.feature new file mode 100644 index 0000000000..94888aa2d3 --- /dev/null +++ b/changelog.d/5979.feature @@ -0,0 +1 @@ +Use the v2 Identity Service API for 3PID invites. \ No newline at end of file |