Skip to content

Commit

Permalink
Merge pull request #2713 from matrix-org/travis/msc/remove-v1-identity
Browse files Browse the repository at this point in the history
MSC2713: Remove deprecated v1 Identity Service API
  • Loading branch information
turt2live committed Apr 25, 2021
2 parents 0b35152 + 65c6d54 commit d4bf671
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions proposals/2713-remove-deprecated-identity-endpoints.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# MSC2713: Remove deprecated Identity Service endpoints

Implementations will have had plenty of time to adopt the new v2 API for Identity Servers, so
we should clean out the old endpoints.

All deprecated endpoints in the r0.3.0 Identity Service API specification are to be removed.

For completeness, this includes:

* `GET /_matrix/identity/api/v1`
* `GET /_matrix/identity/api/v1/pubkey/{keyId}`
* `GET /_matrix/identity/api/v1/pubkey/isvalid`
* `GET /_matrix/identity/api/v1/pubkey/ephemeral/isvalid`
* `GET /_matrix/identity/api/v1/lookup`
* `POST /_matrix/identity/api/v1/bulk_lookup`
* `POST /_matrix/identity/api/v1/validate/email/requestToken`
* `POST /_matrix/identity/api/v1/validate/email/submitToken`
* `GET /_matrix/identity/api/v1/validate/email/submitToken`
* `POST /_matrix/identity/api/v1/validate/msisdn/requestToken`
* `POST /_matrix/identity/api/v1/validate/msisdn/submitToken`
* `GET /_matrix/identity/api/v1/validate/msisdn/submitToken`
* `GET /_matrix/identity/api/v1/3pid/getValidated3pid`
* `POST /_matrix/identity/api/v1/3pid/bind`
* `POST /_matrix/identity/api/v1/3pid/unbind`
* `POST /_matrix/identity/api/v1/store-invite`
* `POST /_matrix/identity/api/v1/sign-ed25519`

0 comments on commit d4bf671

Please sign in to comment.