Set the default always_authenticate flag to false

This commit is contained in:
Nico Stapelbroek 2018-02-04 13:39:16 +01:00
parent 6881859e36
commit 52db03cb66

View File

@ -31,6 +31,6 @@ return [
| when authenticated.
|
*/
'always_authenticate' => true,
'always_authenticate' => false,
];