mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-03 22:43:43 +01:00
Require refresh_token on refresh token endpoint (#1323)
Signed-off-by: Bram van den Heuvel matrix-spec@noordstar.me
This commit is contained in:
parent
8526e4fcd9
commit
6879f96c90
|
|
@ -0,0 +1 @@
|
|||
Require request field `refresh_token` at endpoint `POST /_matrix/client/v3/refresh`.
|
||||
|
|
@ -61,6 +61,8 @@ paths:
|
|||
refresh_token:
|
||||
type: string
|
||||
description: The refresh token
|
||||
required:
|
||||
- refresh_token
|
||||
responses:
|
||||
200:
|
||||
description: A new access token and refresh token were generated.
|
||||
|
|
|
|||
Loading…
Reference in a new issue