operationspark/Sign Request
Sign a request body
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| body | The request body to sign. Can be a JSON string or a URL-encoded query string | yes | key1=value1&key2=value2 |
| secret | Secret used to sign the request payload | yes | very-secure-secret-change-me |
Outputs
| name | description |
|---|---|
| signature | The signature of the request payload. Prefixed with "sha256=" |
| payload | The original request body payload |