class SlackEvents::ChallengeHandler

Overview

Middleware that does the initial challenge handshake with Slack. It always need to be used with and after SlackEvents::VerificationHandler.

Included Modules

Defined in:

slack-events-api/challenge_handler.cr

Instance Method Summary

Instance Method Detail

def call(context) #

Requests that go through this middleware either: Are challenges - and the correct response is returned Are some other event - and the middleware does nothing


[View source]