slack-verify

Crates.ioslack-verify
lib.rsslack-verify
version0.1.1
sourcesrc
created_at2018-12-21 00:30:41.441192
updated_at2018-12-21 00:35:01.051797
descriptionVerify Slack requests
homepagehttps://kkweon.github.io/slack-verify/
repositoryhttps://github.com/kkweon/slack-verify
max_upload_size
id103015
size7,082
Mo Kweon (kkweon)

documentation

https://kkweon.github.io/slack-verify/

README

slack-verify

Build Status Coverage Status

Read the official documentation from Slack

Slack signs its requests using a secret that's unique to your app. Slack creates a unique string for your app and shares it with you. Verify requests from Slack with confidence by verifying signatures using your signing secret. On each HTTP request that Slack sends, we add an X-Slack-Signature HTTP header. The signature is created by combining the signing secret with the body of the request we're sending using a standard HMAC-SHA256 keyed hash. The resulting signature is unique to each request and doesn't directly contain any secret information. That keeps your app secure, preventing bad actors from causing mischief.

Commit count: 5

cargo fmt