@accelerated-software-development/caddy-api-client - v0.4.3
    Preparing search index...

    Interface AuthenticationHandler

    Authentication handler - HTTP basic auth

    interface AuthenticationHandler {
        handler: "authentication";
        providers?: {
            http_basic?: {
                accounts?: { password: string; username: string }[];
                hash?: { algorithm?: string };
                realm?: string;
            };
        };
    }
    Index

    Properties

    Properties

    handler: "authentication"
    providers?: {
        http_basic?: {
            accounts?: { password: string; username: string }[];
            hash?: { algorithm?: string };
            realm?: string;
        };
    }