Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Use the new backend APIs for adding-3pid-to-homeserver and binding-3pid-on-identity-server when they exist. #3300

Closed
6 of 7 tasks
lampholder opened this issue Sep 12, 2019 · 2 comments

Comments

@lampholder
Copy link
Member

lampholder commented Sep 12, 2019

The new APIs will be defined in matrix-org/matrix-spec-proposals#2290

  • Detect whether HS supports MSC2290 (look for unstable flag m.separate_add_and_bind or API version r0.6.0)
  • Always show account 3PID section in Settings (even without IS) if the HS supports MSC2290
  • Add SDK support for POST /_matrix/client/r0/account/3pid/bind, POST /_matrix/client/r0/account/3pid/unbind, and POST /_matrix/client/r0/account/3pid/add
  • Add SDK support for POST /_matrix/identity/v2/validate/<medium>/requestToken
  • Implement new 3PID add flow for MSC2290 servers
  • Implement new 3PID bind flow for MSC2290 servers
  • Use /unstable prefix for APIs
@jryans
Copy link

jryans commented Sep 16, 2019

See also Riot Web version: element-hq/element-web#10839

@BillCarsonFr
Copy link
Member

baf6eb3
29e8b72

BillCarsonFr added a commit that referenced this issue Oct 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants