fixing login error on local development instance due to secure cookie
This commit is contained in:
parent
8dba281d3c
commit
16ec7c7783
@ -147,7 +147,8 @@ return [
|
||||
| the cookie from being sent to you if it can not be done securely.
|
||||
|
|
||||
*/
|
||||
|
||||
'secure' => true,
|
||||
// This has to be true for production setup and false for local development
|
||||
'secure' => env('SECURE_COOKIE', 'true')
|
||||
#'secure' => false,
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user