mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-01 09:14:10 +01:00
Deprecate bind_email / bind_msisdn
This commit is contained in:
parent
b5326de1c4
commit
10a6a59a12
|
|
@ -93,6 +93,13 @@ perform is unbinding, ie. `/_matrix/client/r0/account/deactivate` and
|
||||||
`/_matrix/client/r0/account/3pid/delete`, in which case the unbind is authenticated
|
`/_matrix/client/r0/account/3pid/delete`, in which case the unbind is authenticated
|
||||||
by a signed request from the Homeserver.
|
by a signed request from the Homeserver.
|
||||||
|
|
||||||
|
### HS Register API
|
||||||
|
|
||||||
|
The `bind_email` and `bind_msisdn` options to `/_matrix/client/r0/register` in
|
||||||
|
the client/server API will be deprecated. Due to the fact that
|
||||||
|
`/_matrix/identity/v2/3pid/bind` requires authentication, it will no longer be
|
||||||
|
possible for the Homeserver to bind 3PIDs as part of the registration process.
|
||||||
|
|
||||||
### IS Register API
|
### IS Register API
|
||||||
|
|
||||||
The following new APIs will be introduced to support OpenID auth as per
|
The following new APIs will be introduced to support OpenID auth as per
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue