You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will create a `config/basicauthentication.php` file in your app where you can modify the configuration if you don't
30
-
want to use .env variables.
29
+
This will create a `config/basicauthentication.php` file in your app where you can modify the configuration if you don't want to use .env variables.
31
30
32
31
## Enable / disable plugin
33
32
34
-
By default basic authentication is disabled.
33
+
By default basic authentication is disabled.
35
34
36
35
To enable basic authentication, you have to set the env variable to `BASIC_AUTHENTICATION_ENABLED` to `true` in your `.env` file or edit the published config file.
0 commit comments