Skip to content

Commit

Permalink
Require refresh_token on refresh token endpoint (#1323)
Browse files Browse the repository at this point in the history
Signed-off-by: Bram van den Heuvel matrix-spec@noordstar.me
  • Loading branch information
BramvdnHeuvel committed Nov 8, 2022
1 parent 8526e4f commit 6879f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelogs/client_server/newsfragments/1323.clarification
@@ -0,0 +1 @@
Require request field `refresh_token` at endpoint `POST /_matrix/client/v3/refresh`.
2 changes: 2 additions & 0 deletions data/api/client-server/refresh.yaml
Expand Up @@ -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.
Expand Down

0 comments on commit 6879f96

Please sign in to comment.