You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One way to do it is by adding a verify function property to the bodyParser.json()'s first param. Then we will initialize the webhook conditionally (whether it uses the verification middleware or not) based on a verifySignature option.
According to the docs, valid requests from LINE platforms are the ones with
X-Line-Signature
header matching their digest value in request body.https://devdocs.line.me/en/#signature-validation
The text was updated successfully, but these errors were encountered: