alexa-js / alexa-verifier-middleware

An express middleware that verifies HTTP requests sent to an Alexa skill are sent from Amazon.
MIT License
31 stars 6 forks source link

Updated to check against SHA-256 signature of request body (fixes #47) #57

Closed tejashah88 closed 9 months ago

tejashah88 commented 9 months ago

This should address #47. I'm thinking this should warrant a major version as it behaves differently enough. @mreinstein any thoughts on this and this PR?

Here's a full list of the changes:

Features:

Testing:

tejashah88 commented 9 months ago

Thanks! I'll do the release on NPM