kinetex - v1.0.0-rc.1
    Preparing search index...

    Function getAuthFingerprint

    • Generate a cryptographic fingerprint of auth-sensitive headers using SHA-256. Async, but the result is always a stable hex string usable as a cache key segment. Returns "" when no auth headers are present (shared/anonymous cache).

      Parameters

      • headers: Record<string, string>

      Returns Promise<string>