subhanzakizada / Garage-Door-Opener

0 stars 0 forks source link

Add request validation to SMS handler #2

Open eugeniop opened 2 months ago

eugeniop commented 2 months ago

See this example:

https://github.com/twilio/twilio-node/blob/20434b9d583475600a3c7ebd4e111455a9e29f27/examples/express.js#L23

Make sure all secrets are stored in ENV variables and never hardcoded in the code.

subhanzakizada commented 1 month ago

Done

eugeniop commented 1 month ago

I missed this...I don't see it in the SMS handler