SmartThingsCommunity / smartapp-sdk-nodejs

Javascript/NodeJS SDK to create SmartThings SmartApps
https://smartthings.developer.samsung.com/
Apache License 2.0
143 stars 80 forks source link

fix: corrections to handleHttp and handleUnverified #258

Closed bflorian closed 8 months ago

bflorian commented 8 months ago

Changed handleHttpCallbackUnverified to be async and stripped query parameters when validating signature of handleHttpCallback requests.

Types of changes