Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
7 tasks done
lampholder opened this issue Sep 12, 2019 · 1 comment
Assignees
Labels
A-Identity-Server feature privacy privacy-sprint T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements

Comments

@lampholder
Copy link
Member

lampholder commented Sep 12, 2019

I believe this replaces #2654.

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
Contributor

jryans commented Sep 16, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Identity-Server feature privacy privacy-sprint T-Enhancement New features, changes in functionality, performance boosts, user-facing improvements
Projects
None yet
Development

No branches or pull requests

4 participants