Skip to content

Commit e6d22f7

Browse files
turt2liverichvdh
authored andcommitted
Merge pull request #2713 from matrix-org/travis/msc/remove-v1-identity
MSC2713: Remove deprecated v1 Identity Service API
2 parents 4af5566 + 65c6d54 commit e6d22f7

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+
# 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`

0 commit comments

Comments
 (0)