mreinstein / alexa-verifier

✓ Verify HTTP requests sent to an Alexa skill are sent from Amazon
MIT License
76 stars 23 forks source link

This one mention Signature what is the meaning of this #59

Closed hemantha closed 6 years ago

hemantha commented 6 years ago

According to the program we have to pass Signature, What is that mean. From where can I extracted this value. Do I want to generate this. Really confuse this. I have a ssl certificate get from ACM.

mreinstein commented 6 years ago

are you using expressjs to host your alexa skill? If so, you should use this middleware: https://github.com/alexa-js/alexa-verifier-middleware

It's higher level and easier to integrate.