forked-synapse/synapse/rest/client/v1
Andrew Morgan 9fc71dc5ee
Use the v2 Identity Service API for lookups (MSC2134 + MSC2140) (#5976)
This is a redo of https://github.com/matrix-org/synapse/pull/5897 but with `id_access_token` accepted.

Implements [MSC2134](https://github.com/matrix-org/matrix-doc/pull/2134) plus Identity Service v2 authentication ala [MSC2140](https://github.com/matrix-org/matrix-doc/pull/2140).

Identity lookup-related functions were also moved from `RoomMemberHandler` to `IdentityHandler`.
2019-09-11 16:02:42 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
directory.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
events.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
initial_sync.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
login.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
logout.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
presence.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
profile.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
push_rule.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
pusher.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
room.py Use the v2 Identity Service API for lookups (MSC2134 + MSC2140) (#5976) 2019-09-11 16:02:42 +01:00
voip.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00