verify_webhook_request.Rd
Verify an incoming Webhook request signature and timestamp
verify_webhook_request(body_raw, sig_b64, timestamp_str, raw_key)
Raw bytes of the request body.
Base64-encoded signature from the x-mixi2-application-event-signature header.
x-mixi2-application-event-signature
Unix timestamp string from the x-mixi2-application-event-timestamp header.
x-mixi2-application-event-timestamp
Raw Ed25519 public key bytes.