mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-26 20:44:10 +02:00
Mostly this is clarification of the problem domain; it also updates some of the discussion points to reflect my current thinking.
18 lines
481 B
Plaintext
18 lines
481 B
Plaintext
participantspacing equal
|
|
|
|
Client->Portal:""POST /_matrix/client/r0/login
|
|
activate Portal
|
|
Portal-->Client:""307"" redirect
|
|
deactivate Portal
|
|
|
|
Client->Target HS:""POST /_matrix/client/r0/login
|
|
activate Target HS
|
|
Target HS->Client:""{"base_cs_url": "http://targeths",\n"access_token": "...", ...}
|
|
deactivate Target HS
|
|
|
|
Client->Target HS: ""/_matrix/client/versions
|
|
activate Target HS
|
|
Target HS-->Client: ""{"versions": [...]}
|
|
deactivate Target HS
|
|
|
|
Client<->Target HS: Further C-S APIs |