From 29e9d5312f3b11381f1fd472bde1fbbd73122cf1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 13 Aug 2018 09:44:24 -0500 Subject: [PATCH] dont serialize by default --- src/Passport.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Passport.php b/src/Passport.php index a7a03cb03..68c075e3e 100644 --- a/src/Passport.php +++ b/src/Passport.php @@ -122,7 +122,7 @@ class Passport * * @var bool */ - public static $unserializesCookies = true; + public static $unserializesCookies = false; /** * Enable the implicit grant type.