mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Neaten things up
This commit is contained in:
parent
317c2f20d3
commit
4c9f524cab
|
|
@ -234,7 +234,7 @@ Token-based
|
|||
:Type:
|
||||
``m.login.token``
|
||||
:Description:
|
||||
The client submits a username and token that was generated by the server.
|
||||
The client submits a username and token.
|
||||
|
||||
To respond to this type, reply with an auth dict as follows::
|
||||
|
||||
|
|
@ -248,9 +248,8 @@ To respond to this type, reply with an auth dict as follows::
|
|||
The ``nonce`` should be a random string generated by the client for the
|
||||
request. The same ``nonce`` should be used if retrying the request.
|
||||
|
||||
The ``token`` may be discovered from e.g. an email or dynamically generated QR
|
||||
code.
|
||||
|
||||
There are many ways a client may receive a ``token``, including via an email or
|
||||
from an existing logged in device.
|
||||
|
||||
OAuth2-based
|
||||
~~~~~~~~~~~~
|
||||
|
|
|
|||
Loading…
Reference in a new issue