HMAC Auth Policy
Authenticate requests using the HMAC-SHA256 authentication scheme.
Paid Add On
This policy is only available as a paid add-on. If you would like to try this please reach out to us: sales@zuplo.com
Configuration
{
"name": "my-hmac-auth-inbound-policy",
"policyType": "hmac-auth-inbound",
"handler": {
"export": "HMACAuthInbound",
"module": "$import(@zuplo/runtime)",
"options": {}
}
}
Read more about how policies work