Decorate Matrix version on appservice login
This commit is contained in:
parent
a05706780d
commit
76aaf39811
1 changed files with 3 additions and 1 deletions
|
@ -338,7 +338,9 @@ user ID without a password.
|
||||||
Similarly, logging in as users needs API changes in order to allow the AS to
|
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
|
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
|
`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
|
POST /_matrix/client/%CLIENT_MAJOR_VERSION%/login
|
||||||
Authorization: Bearer YourApplicationServiceTokenHere
|
Authorization: Bearer YourApplicationServiceTokenHere
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue