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

    Interface PeerSignals

    Signals extracted from the incoming request context and fingerprint payload. Used to locate existing peer edges and build new ones.

    interface PeerSignals {
        canvasHash?: string;
        ipSubnet?: string;
        ja4?: string;
        userId?: string;
        webglHash?: string;
    }
    Index

    Properties

    canvasHash?: string

    Raw canvas fingerprint hash from the browser fingerprint payload.

    ipSubnet?: string

    IPv4 /24 CIDR string derived from the client IP (e.g. "1.2.3.0/24").

    ja4?: string

    JA4 fingerprint string from the TLS profile context.

    userId?: string

    Authenticated user identifier, if available.

    webglHash?: string

    Raw WebGL fingerprint hash from the browser fingerprint payload.