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