Documentation

Configuration / authenticator

Set this to whatever authenticator you are planing to use.

The most common are:

BasicAuthenticator

SessionAuthenticator

ExternalAuthenticator

PHP Example
$moxieManagerConfig["authenticator"] = "";
.NET Example
<add key="authenticator" value="BasicAuthenticator" />

If you wish to use no authenticator/login, you can set the config option to an empty string, but please note that your opening your files up to external users