Added

[Added] Webhook signature authentication

Added

Webhook signature authentication

You can now protect your Classet webhooks with secure HMAC-SHA256 signatures.
Generate a unique secret in Developer settings and verify every incoming request via the new x-classet-webhook-signature header. This gives you a simple, standards-based way to confirm authenticity without relying solely on API keys.