Warn that /register will soon require a type when called with an access token (#9559)

This notice is giving a heads up to the planned spec compliance fix https://github.com/matrix-org/synapse/pull/9548.
pull/9560/head
Will Hunt 2021-03-08 16:35:04 +00:00 提交者 GitHub
父节点 7076eee4b9
当前提交 b2c4d3d721
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 2 个文件被更改,包括 7 次插入0 次删除

查看文件

@ -1,3 +1,9 @@
Removal warning
---------------
Note that this release deprecates the ability for appservices to call `POST /_matrix/client/r0/register` without the body parameter `type`. Appservice developers should use a `type` value of `m.login.application_service` as per the spec. In future releases, calling this endpoint with an access token but
without a valid type will fail.
Synapse 1.29.0 (2021-03-08)
===========================

1
changelog.d/9559.removal Normal file
查看文件

@ -0,0 +1 @@
Registering an Application Service user without using the `m.login.application_service` login type will be unsupported in an upcoming Synapse release.