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