You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within /src/util/slack.ts I was having problems getting the verifySlackRequest function to match Slack's signature. I'm currently running node v18.17.0 and got it working by adjusting the createHmac function call to include "utf8" as a second argument after the signature base string. My updated and working version is this:
Within /src/util/slack.ts I was having problems getting the verifySlackRequest function to match Slack's signature. I'm currently running node
v18.17.0
and got it working by adjusting the createHmac function call to include "utf8" as a second argument after the signature base string. My updated and working version is this:Wanted to comment to help anyone else out that may experience the same issue.
The text was updated successfully, but these errors were encountered: