-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from alexa-js/47-update-request-header-to-sign…
…ature-256 Updated to check against SHA-256 signature of request body (fixes #47)
- Loading branch information
Showing
9 changed files
with
1,920 additions
and
1,116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
## 2.1.0 | ||
* Updated to check against SHA-256 signature of request body (#47) | ||
|
||
|
||
## 2.0.3 | ||
* Remediates CVE-2021-3765 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
# alexa-verifier-middleware | ||
|
||
[![NPM](https://nodei.co/npm/alexa-verifier-middleware.png)](https://www.npmjs.com/package/alexa-verifier-middleware/) | ||
|
||
![NPM Version](https://img.shields.io/npm/v/alexa-verifier-middleware.svg) | ||
|
||
![example workflow](https://github.com/alexa-js/alexa-verifier-middleware/actions/workflows/main.yml/badge.svg) | ||
![Github CI status](https://github.com/alexa-js/alexa-verifier-middleware/actions/workflows/main.yml/badge.svg) | ||
|
||
An [express](https://www.npmjs.com/package/express) middleware that verifies HTTP requests sent to an Alexa skill are sent from Amazon. | ||
|
||
|
||
Version 2.x is now a pure es module, and requires node 12.17 or higher. If you want to run this via an older version of node, use | ||
Version 3.x is now a pure ES module, and requires node 12.17 or higher. If you want to run this via an older version of node, use | ||
[[email protected]](https://www.npmjs.com/package/alexa-verifier-middleware/v/1.0.3) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.