ModeHow Moku authenticates with the server
{#each [{ value: 'NONE', label: 'None' }, { value: 'BASIC_AUTH', label: 'Basic' }, { value: 'UI_LOGIN', label: 'UI Login' }] as opt}
{/each}
{#if authMode !== 'NONE'}
{/if}
{#if authMode !== 'NONE' && settingsState.settings.serverAuthMode === authMode && !authPassword}
Re-enter your password to update credentials.
{/if}
{#if settingsState.settings.serverAuthMode === 'BASIC_AUTH'}
Images are proxied through Tauri when Basic Auth is active, which reduces loading speed.
{/if}
{#if settingsState.settings.serverAuthMode !== 'NONE'}
{/if}