summary refs log tree commit diff
path: root/changelog.d/5979.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* v2 3PID Invites (part of MSC2140) (#5979)Andrew Morgan2019-09-171-0/+1
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~~