From 52db03cb6640ed68d778ab68b079bf3e6ae88200 Mon Sep 17 00:00:00 2001 From: Nico Stapelbroek Date: Sun, 4 Feb 2018 13:39:16 +0100 Subject: [PATCH] Set the default always_authenticate flag to false --- config/security.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/security.php b/config/security.php index 247584c7f..c17898934 100644 --- a/config/security.php +++ b/config/security.php @@ -31,6 +31,6 @@ return [ | when authenticated. | */ - 'always_authenticate' => true, + 'always_authenticate' => false, ];