Skip to content

Instantly share code, notes, and snippets.

@namutaka
namutaka / slack_verify_request.lua
Created July 15, 2019 10:40
Slack Verifying request by nginx + lua
--
-- Slack Verifying request filter
-- see: https://api.slack.com/docs/verifying-requests-from-slack
--
-- Setup:
-- cd /path/to/lua
-- curl -sL https://github.com/jkeys089/lua-resty-hmac/archive/master.tar.gz | tar zxf -
--
-- Usage:
-- ```nginx.conf