SlackVerify
SlackVerify is a plug that enables verifying Slack requests.
Configure it with your application's Slack signing secret:
plug SlackVerify, slack_signing_secret: System.get_env("MY_SLACK_SIGNING_SECRET")
Installation
If available in Hex, the package can be installed
by adding slack_verify to your list of dependencies in mix.exs:
def deps do
[
{:slack_verify, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/slack_verify.