Skip to content

Commit 261d715

Browse files
Request a refresh token in device-code-grant.sh
1 parent 38589a6 commit 261d715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/device-code-grant.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RESP="$(
4545
{
4646
"client_name": "CLI tool",
4747
"client_uri": "https://github.com/element-hq/matrix-authentication-service/",
48-
"grant_types": ["urn:ietf:params:oauth:grant-type:device_code"],
48+
"grant_types": ["urn:ietf:params:oauth:grant-type:device_code","refresh_token"],
4949
"application_type": "native",
5050
"token_endpoint_auth_method": "none"
5151
}

0 commit comments

Comments
 (0)