chore(config): encrypt sessions

This commit is contained in:
peaklabs-dev 2025-11-27 17:08:14 +01:00
parent e2f2885f42
commit 09ca5040ec
No known key found for this signature in database

View file

@ -48,7 +48,7 @@ return [
|
*/
'encrypt' => env('SESSION_ENCRYPT', false),
'encrypt' => env('SESSION_ENCRYPT', true),
/*
|--------------------------------------------------------------------------