library · inferred from evidence
Signature
A class within the hubspot-api-python library used for validating webhook signatures.
- HubSpot Python SDK `Signature.is_valid()` always fails when timestamp is passed as a float
I am validating HubSpot webhook signatures in Python using the official SDK. I take the timestamp from the `x-hubspot-request-timestamp` header and pass it through `float()`: `Signature.is_valid(..., float(timestamp))`. The signature never