From 8c39467dd6407f603870cb8b84e329771f3f232a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germain=20Carr=C3=A9?= Date: Sat, 6 Jul 2019 17:10:27 +0200 Subject: [PATCH] Sending authentication headers on requestCredentials MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Germain Carré --- src/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api.php b/src/Api.php index 4da9d91..77b189e 100644 --- a/src/Api.php +++ b/src/Api.php @@ -205,7 +205,7 @@ class Api 'POST', '/auth/credential', $parameters, - false + true ) );