mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 14:04:10 +01:00
Apply suggestions from code review
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
parent
d888880822
commit
90a91732e1
|
|
@ -1 +1 @@
|
||||||
[`POST /_matrix/client/v3/login/get_token`](/client-server-api/#post_matrixclientv1loginget_token).
|
[`POST /_matrix/client/v1/login/get_token`](/client-server-api/#post_matrixclientv1loginget_token).
|
||||||
|
|
@ -1177,7 +1177,8 @@ is complete, the client will need to submit a `/login` request matching
|
||||||
`m.login.token`.
|
`m.login.token`.
|
||||||
|
|
||||||
{{< added-in v="1.7" >}} Already-authenticated clients can additionally generate
|
{{< added-in v="1.7" >}} Already-authenticated clients can additionally generate
|
||||||
a token for their user ID if supported by the homeserver using `POST /login/get_token`.
|
a token for their user ID if supported by the homeserver using
|
||||||
|
[`POST /login/get_token`](/client-server-api/#post_matrixclientv1loginget_token).
|
||||||
|
|
||||||
{{% http-api spec="client-server" api="login" %}}
|
{{% http-api spec="client-server" api="login" %}}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue