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 ๐