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

Added test for successfully passing verifier with a valid signature. #20

Closed dblock closed 7 years ago

dblock commented 7 years ago

We stub new Date(). Closes #18.

dblock commented 7 years ago

Also PRed something similar into alexa-verifier, https://github.com/mreinstein/alexa-verifier/pull/15.

dblock commented 7 years ago

Rebased after #19.