Merge pull request #2894 from nstapelbroek/feature/2812-firewall-frontend

Feature always authenticate
This commit is contained in:
James Brooks
2018-04-05 08:22:21 +01:00
committed by GitHub
9 changed files with 336 additions and 10 deletions

View File

@@ -111,4 +111,16 @@ return [
*/
'only_disrupted_days' => false,
/*
|--------------------------------------------------------------------------
| Always authenticate
|--------------------------------------------------------------------------
|
| Whether to lock down Cachet and only allow viewing pages
| when authenticated.
|
*/
'always_authenticate' => false,
];