'basic', /* |-------------------------------------------------------------------------- | Authentication name |-------------------------------------------------------------------------- | | Name of secured resource. Clients must authentificate to each named realm. | */ 'realm' => 'Secured', /* |-------------------------------------------------------------------------- | Authentication username |-------------------------------------------------------------------------- | | Username to access the secured realm in combination with a password. | */ 'username' => 'admin', /* |-------------------------------------------------------------------------- | Password |-------------------------------------------------------------------------- | | Password to access the secured realm in combination with the username. | */ 'password' => '1234' ];