Skip to content

Commit

Permalink
dont serialize by default
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 13, 2018
1 parent 5a3dbeb commit 29e9d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Passport.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ class Passport
*
* @var bool
*/
public static $unserializesCookies = true;
public static $unserializesCookies = false;

/**
* Enable the implicit grant type.
Expand Down

0 comments on commit 29e9d53

Please sign in to comment.