peer-devicer - v0.1.3
    Preparing search index...

    Interface PeerIdentifyContext

    Context object attached as the second argument to deviceManager.identify(). peer-devicer reads its signals from here alongside the raw fingerprint payload.

    interface PeerIdentifyContext {
        ip?: string;
        tlsProfile?: { ja3?: string; ja4?: string };
        userId?: string;
    }
    Index

    Properties

    ip?: string

    Client IP address. Used to derive the /24 subnet edge signal.

    tlsProfile?: { ja3?: string; ja4?: string }

    TLS profile (set by tls-devicer middleware). Used for shared_tls_ja4.

    userId?: string

    Authenticated user identifier. Used for shared_user edges.