Rotate signing secrets
Replace a secret without dropping a single delivery.
2 min read
Rotate a secret when someone who knew it leaves, or on a schedule. During rotation Sluice signs every request with both the old and the new secret for 24 hours, so your customer can update their server at any point in that window.
While both secrets are active, the header carries two v1 values. The client libraries accept a request if either one matches.
Something missing or wrong on this page? Tell us at support@sluicehq.dev and we will fix it.