Skip to content

Commit 0fe358b

Browse files
author
François Kooman
committed
add credentials_in_request_body option
1 parent 405c787 commit 0fe358b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.php.example

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ $config = array(
1010
'client_id' => 'MY_SURFCONEXT_CLIENT_ID',
1111
'client_secret' => 'MY_SURFCONEXT_CLIENT_SECRET',
1212
'token_endpoint' => 'https://api.surfconext.nl/v1/oauth2/token',
13-
),
13+
'credentials_in_request_body' => true
14+
)
1415
);

0 commit comments

Comments
 (0)