class Slack::Events::Request
def signature
The signature is created by combining the signing secret with the body of the request
def signature @signature ||= http_request.get_header('HTTP_X_SLACK_SIGNATURE') end
def signature @signature ||= http_request.get_header('HTTP_X_SLACK_SIGNATURE') end