mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-28 05:54:09 +01:00
Require access_token, device_id and user_id fields in /login response
This commit is contained in:
parent
1930824898
commit
4937b50b9b
|
|
@ -210,6 +210,7 @@ paths:
|
||||||
form as the one returned from .well-known autodiscovery.
|
form as the one returned from .well-known autodiscovery.
|
||||||
allOf:
|
allOf:
|
||||||
- "$ref": "definitions/wellknown/full.yaml"
|
- "$ref": "definitions/wellknown/full.yaml"
|
||||||
|
required: ["access_token", "device_id", "user_id"]
|
||||||
400:
|
400:
|
||||||
description: |-
|
description: |-
|
||||||
Part of the request was invalid. For example, the login type may not be recognised.
|
Part of the request was invalid. For example, the login type may not be recognised.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue