This is Basic Auth example add-on.

- First of all, please make sure that your server `$_SERVER['PHP_AUTH_USER']` and `$_SERVER['PHP_AUTH_PW']` is assigned.
- Add Basic auth section into your connector and edit $auths array (example - php/connector.basicauth.php)
- Add js/elfinderBasicAuth.js
- Include elfinderBasicAuth.js on your frontend HTML (example - elfinder.basicauth.html + main.basicauth.js)