Packages

An elixir plug that verifies Slack requests per Slack's verification protocol: https://api.slack.com/docs/verifying-requests-from-slack

Current section

Files

Jump to
slack_verify CHANGELOG.md
Raw

CHANGELOG.md

# Changelog
## v.0.2.2
* Surface a helpful error if signing secret is missing
## v.0.2.1
* Ensure timestamp header is less than five minutes apart from now.
## v.0.2.0
* Load secret at runtime
* Read raw request body
## v.0.1.1
* Relax plug requirement
## v.0.1.0
* Release package