HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
115 stars 53 forks source link

Sh/add request verification #293

Closed dezuz closed 2 years ago

dezuz commented 2 years ago

Description

Slack supports request verification mechanisms that are already used in a few projects so it's better to move the logic to this project and then use it wherever is needed. Slack documentation

Solution

To provide this logic I have done:

dezuz commented 2 years ago

I found two possible ways to use this class in other projects: