Require refresh_token on refresh token endpoint (#1323)

Signed-off-by: Bram van den Heuvel matrix-spec@noordstar.me
This commit is contained in:
BramvdnHeuvel 2022-11-08 20:24:37 +01:00 committed by GitHub
parent 8526e4fcd9
commit 6879f96c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -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.