Skip to content

Releases: AxlLind/simple-slack-verification

1.1.0

27 Jul 07:13
53b3562
Compare
Choose a tag to compare
  • No change to the express middleware.
  • Breaking change to verifySignature function:
    • Signature changed. Now secret is the 4th argument and is optional, defaults to process.env.SLACK_SIGNING_SECRET.
    • Before: verifySignature(secret, signature, timestamp, body)
    • After: verifySignature(signature, timestamp, body, secret?)

1.0.0

15 Jul 14:07
a36bc93
Compare
Choose a tag to compare

Initial release