-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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. #10839
Closed
7 tasks done
Closed
7 tasks done
Comments
This was referenced Sep 16, 2019
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Sep 18, 2019
This adds a way to test for MSC2290 support on the homeserver with separate add and bind functions. It checks the unstable feature flag as well as the upcoming r0.6.0 spec version. Part of element-hq/element-web#10839
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Sep 18, 2019
jryans
added a commit
to matrix-org/matrix-js-sdk
that referenced
this issue
Sep 18, 2019
This API has existed for quite a while, but historically we've instead proxied this request via the homeserver. As part of MSC2290 work, we are changing approaches such that we will request tokens directly from the IS when binding for discovery. Part of element-hq/element-web#10839
This was referenced Sep 18, 2019
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 20, 2019
This changes to checking for HS support of separate add and bind when guarding the 3PID account section. For older HSes, we in fact always require an IS for add with bind param, so the previous version of this was incorrect. Part of element-hq/element-web#10839
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 20, 2019
This changes the paths used for binding emails for discovery to use the new separate bind / unbind APIs on supporting servers. Part of element-hq/element-web#10839
jryans
added a commit
to matrix-org/matrix-react-sdk
that referenced
this issue
Sep 20, 2019
This changes the paths used for binding MSISDNs for discovery to use the new separate bind / unbind APIs on supporting servers. Fixes element-hq/element-web#10839
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Defined in matrix-org/matrix-spec-proposals#2290
m.separate_add_and_bind
or API versionr0.6.0
)POST /_matrix/client/r0/account/3pid/bind
,POST /_matrix/client/r0/account/3pid/unbind
, andPOST /_matrix/client/r0/account/3pid/add
POST /_matrix/identity/v2/validate/<medium>/requestToken
/unstable
prefix for APIsThe text was updated successfully, but these errors were encountered: