Module auth

Module auth 

Source
Expand description

Types and utilities for HMAC-based authentication

Inlines HmacKey (from types-core) and add_expiring_auth_to_headers (from external-api) so the external-match-client feature path does not pull in the full renegade dependency tree.

Structs§

HmacKey
A type representing a symmetric HMAC key

Constants§

HMAC_KEY_LEN
The length of an HMAC key in bytes

Functions§

add_expiring_auth_to_headers
Add an auth expiration and signature to a set of headers