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

v2 plan #35

Closed mreinstein closed 2 years ago

mreinstein commented 4 years ago

Here's what I'm thinking about for the next major release (2.0.0):

These are just my current musings. Open for thoughts/ideas/suggestions.

dblock commented 4 years ago

typescript?

tejashah88 commented 4 years ago

@mreinstein Sounds good! Has the alexa-verifier dependency been updated to support ES styled importing?

@dblock Good suggestion, although I'll admit that I'm not familiar with TS myself.

mreinstein commented 4 years ago

Has the alexa-verifier dependency been updated to support ES styled importing?

I haven't yet, but there's a similar task open for it https://github.com/mreinstein/alexa-verifier/issues/65

mreinstein commented 2 years ago

Well it took me a while but there's finally a PR for this https://github.com/alexa-js/alexa-verifier-middleware/pull/42

If any of you want to take a look and provide feedback, now's the chance @dblock @tejashah88