Skip to content

Commit 29e9d53

Browse files
committed
dont serialize by default
1 parent 5a3dbeb commit 29e9d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Passport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ class Passport
122122
*
123123
* @var bool
124124
*/
125-
public static $unserializesCookies = true;
125+
public static $unserializesCookies = false;
126126

127127
/**
128128
* Enable the implicit grant type.

0 commit comments

Comments
 (0)