Require refresh_token on refresh token endpoint (#1323)

Signed-off-by: Bram van den Heuvel matrix-spec@noordstar.me
pull/1338/head
BramvdnHeuvel 2 years ago committed by GitHub
parent 8526e4fcd9
commit 6879f96c90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save