mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-02-10 16:13:42 +01:00
Add an unstable feature flag to MSC2140 for clients to detect support
This commit is contained in:
parent
03641d9e48
commit
16bb3bd8b5
|
|
@ -277,6 +277,16 @@ Clients may add IS bindings for 3PIDs that already exist on the user's
|
||||||
Homeserver account by using the `POST /_matrix/client/r0/account/3pid`
|
Homeserver account by using the `POST /_matrix/client/r0/account/3pid`
|
||||||
to re-add the 3PID.
|
to re-add the 3PID.
|
||||||
|
|
||||||
|
### Unstable feature flag for transition
|
||||||
|
|
||||||
|
In order to allow client implementations to determine if the homeserver they are developed
|
||||||
|
against supports `id_access_token`, an unstable feature flag of `m.id_access_token`
|
||||||
|
is to be added to `/versions`. When the flag is `false` or not present, clients must assume
|
||||||
|
that the homeserver does not support being given `id_access_token` and may receive an error
|
||||||
|
for doing so. Clients are expected to use the supported specification versions the homeserver
|
||||||
|
advertises instead of the feature flag's presence once this proposal is included in a release
|
||||||
|
of the specification.
|
||||||
|
|
||||||
## Tradeoffs
|
## Tradeoffs
|
||||||
|
|
||||||
The Identity Service API previously did not require authentication, and OpenID
|
The Identity Service API previously did not require authentication, and OpenID
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue