Skip to main content

Module mac

Expand description

X-AgileBits-MAC request signer.

Structsยง

MacSigner ๐Ÿ”’
Signs requests with the per-session MAC header, bumping the request id on each signature.

Constantsยง

SESSION_HMAC_SECRET ๐Ÿ”’

Functionsยง

calculate_auth_signature ๐Ÿ”’
v1|requestId|b64url(HMAC-SHA256(salt, message)[0..12]).
calculate_session_hmac_salt ๐Ÿ”’
HMAC-SHA256(sessionKey, secret).
hmac_sha256 ๐Ÿ”’