We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With express + bodyParser.json, it's not straight forward to get the raw payload. (which is needed to validate sha).
It's possible to store the raw body with bodyParser's validate function. It'd be great if the SDK included this helper.
The text was updated successfully, but these errors were encountered:
Retrieve dataPtr instead of keeping it on hand (#12)
23c4a2c
No branches or pull requests
With express + bodyParser.json, it's not straight forward to get the raw payload. (which is needed to validate sha).
It's possible to store the raw body with bodyParser's validate function. It'd be great if the SDK included this helper.
The text was updated successfully, but these errors were encountered: