File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ # MSC2713: Remove deprecated Identity Service endpoints
2+
3+ Implementations will have had plenty of time to adopt the new v2 API for Identity Servers, so
4+ we should clean out the old endpoints.
5+
6+ All deprecated endpoints in the r0.3.0 Identity Service API specification are to be removed.
7+
8+ For completeness, this includes:
9+
10+ * ` GET /_matrix/identity/api/v1 `
11+ * ` GET /_matrix/identity/api/v1/pubkey/{keyId} `
12+ * ` GET /_matrix/identity/api/v1/pubkey/isvalid `
13+ * ` GET /_matrix/identity/api/v1/pubkey/ephemeral/isvalid `
14+ * ` GET /_matrix/identity/api/v1/lookup `
15+ * ` POST /_matrix/identity/api/v1/bulk_lookup `
16+ * ` POST /_matrix/identity/api/v1/validate/email/requestToken `
17+ * ` POST /_matrix/identity/api/v1/validate/email/submitToken `
18+ * ` GET /_matrix/identity/api/v1/validate/email/submitToken `
19+ * ` POST /_matrix/identity/api/v1/validate/msisdn/requestToken `
20+ * ` POST /_matrix/identity/api/v1/validate/msisdn/submitToken `
21+ * ` GET /_matrix/identity/api/v1/validate/msisdn/submitToken `
22+ * ` GET /_matrix/identity/api/v1/3pid/getValidated3pid `
23+ * ` POST /_matrix/identity/api/v1/3pid/bind `
24+ * ` POST /_matrix/identity/api/v1/3pid/unbind `
25+ * ` POST /_matrix/identity/api/v1/store-invite `
26+ * ` POST /_matrix/identity/api/v1/sign-ed25519 `
You can’t perform that action at this time.
0 commit comments