Decorate Matrix version on appservice login

pull/3602/head
Travis Ralston 2 years ago
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 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…
Cancel
Save