@suluk/better-auth - v0.2.0
    Preparing search index...

    Interface DevLoginOptions

    interface DevLoginOptions {
        armed: boolean;
        auth: DevLoginAuthLike;
        request: Request;
        devPassword?: string;
    }
    Index

    Properties

    armed: boolean

    FAIL-CLOSED gate — MUST be true to arm the endpoint. The registry passes its dev-mock condition; prod passes false.

    the Better Auth instance (its api.signUpEmail/signInEmail).

    request: Request

    the incoming request — a JSON body { email }.

    devPassword?: string

    override the fixed internal dev password (dev only; never surfaced).