gabiz / phoenix_alexa

Alexa library for Phoenix
MIT License
14 stars 9 forks source link

Validation plug #1

Open rbeene opened 7 years ago

rbeene commented 7 years ago

The validation plug only validates that the application ID matches. To pass certification, Amazon requires a handful of other checks. The plug as it exists today doesn't account for those.

Are there any plans to add these checks to the plug?

https://developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/developing-an-alexa-skill-as-a-web-service?ref_=pe_679090_102923190

mtrudel commented 5 years ago

@rbeene did you ever get anywhere with this?

rbeene commented 5 years ago

@mtrudel - since I was working on a toy project, I cobbled together something using this and another library that did implement these required checks. A Frankenstein if you will. Wouldn't be too difficult to pull the good things from each to make something that had it all.