mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-07 00:13:43 +01:00
Clarify v1 API deprecation
This commit is contained in:
parent
4edf826c93
commit
6273868323
|
|
@ -66,9 +66,11 @@ These endpoints require authentication by the client supplying an access token
|
|||
either via an `Authorization` header with a `Bearer` token or an `access_token`
|
||||
query parameter.
|
||||
|
||||
The existing endpoints under `/_matrix/identity/api/v1/` continue to be unauthenticated.
|
||||
ISes may support the old v1 API for as long as they wish. Clients must update to use
|
||||
the v2 API as soon as possible.
|
||||
The existing endpoints under `/_matrix/identity/api/v1/` continue to be
|
||||
unauthenticated but will be deprecated. ISes may support the old v1 API for as
|
||||
long as they wish. Once ISes remove support for the old APIs, those endpoints
|
||||
must return HTTP Status 404. Clients must update to use the v2 API as soon as
|
||||
possible.
|
||||
|
||||
OpenID authentication in the IS API will work the same as in the Integration Manager
|
||||
API, as specified in [MSC1961](https://github.com/matrix-org/matrix-doc/issues/1961).
|
||||
|
|
|
|||
Loading…
Reference in a new issue