From e2c285293c8d490a39745e40d90221c698742db7 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 18 May 2017 18:39:46 +0100 Subject: [PATCH] =?UTF-8?q?Method=20`getAccessToken`=20doesn=E2=80=99t=20n?= =?UTF-8?q?eed=20the=20state=20parameter?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Controllers/MicropubClientController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Http/Controllers/MicropubClientController.php b/app/Http/Controllers/MicropubClientController.php index ef9ffa28..8b1457cf 100644 --- a/app/Http/Controllers/MicropubClientController.php +++ b/app/Http/Controllers/MicropubClientController.php @@ -327,7 +327,6 @@ class MicropubClientController extends Controller $request->input('me'), route('micropub-client-get-new-token-callback'), // redirect_uri route('micropub-client'), // client_id - $request->input('state') ); if (array_key_exists('access_token', $token)) { $url = normalize_url($token['me']);