Set the default always_authenticate flag to false
This commit is contained in:
@@ -31,6 +31,6 @@ return [
|
||||
| when authenticated.
|
||||
|
|
||||
*/
|
||||
'always_authenticate' => true,
|
||||
'always_authenticate' => false,
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user