mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-05 18:54:10 +02:00
Address review feedback
This commit is contained in:
parent
10065e8fb7
commit
6f39b946fd
|
|
@ -1729,12 +1729,10 @@ authentication type.
|
|||
#### Login flows
|
||||
|
||||
Logging in and obtaining an access token with the OAuth 2.0 API should be done
|
||||
using either the [authorization code flow](#authorization-code-flow) or
|
||||
[device authorization flow](#device-authorization-flow).
|
||||
|
||||
The client allocates a device ID and then requests authorization for a
|
||||
[scope](#scope) that includes full Matrix client-server API read/write access
|
||||
and use of the device ID.
|
||||
using either the [authorization code grant](#authorization-code-grant) or
|
||||
[device authorization grant](#device-authorization-grant). In the context of the
|
||||
Matrix specification, this means requesting a [scope](#scope) including full
|
||||
client-server API read/write access and allocating a device ID.
|
||||
|
||||
##### Authorization code flow
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue