mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Decorate Matrix version on appservice login
This commit is contained in:
parent
a05706780d
commit
76aaf39811
|
|
@ -338,7 +338,9 @@ user ID without a password.
|
|||
Similarly, logging in as users needs API changes in order to allow the AS to
|
||||
log in without needing the user's password. This is achieved by including the
|
||||
`as_token` on a `/login` request, along with a login type of
|
||||
`m.login.application_service`.
|
||||
`m.login.application_service`:
|
||||
|
||||
{{% added-in v="1.2" %}}
|
||||
|
||||
POST /_matrix/client/%CLIENT_MAJOR_VERSION%/login
|
||||
Authorization: Bearer YourApplicationServiceTokenHere
|
||||
|
|
|
|||
Loading…
Reference in a new issue