Skip to content

Commit 1be21b8

Browse files
committed
Proposal to remove deprecated identity service endpoints
1 parent 5c0f999 commit 1be21b8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# MSC0000: 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`

0 commit comments

Comments
 (0)