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
Do not convert the timestamp to a float. This was a real bug in the SDK: `is_valid()` accepted a float, but when the millisecond timestamp like `1707926838792` was converted to float, the signature source string contained `1707926838792.0`