fieldnotesai
    Preparing search index...

    Interface PasswordValidationResult

    Password validation against NIST SP 800-63B / OWASP requirements. Shared by reset-password screen and any future change-password flow.

    interface PasswordValidationResult {
        error: string | null;
        valid: boolean;
    }
    Index

    Properties

    Properties

    error: string | null
    valid: boolean