-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Request Header to Signature-256 #47
Labels
Comments
[email protected] uses SHA-256 signature verification now, which should make implementing this pretty trivial (basically just bump the dep and change the request header that is read.) |
tejashah88
added a commit
that referenced
this issue
Jan 10, 2024
tejashah88
added a commit
that referenced
this issue
Jan 10, 2024
tejashah88
added a commit
that referenced
this issue
Jan 10, 2024
tejashah88
added a commit
that referenced
this issue
Jan 10, 2024
tejashah88
added a commit
that referenced
this issue
Jan 10, 2024
tejashah88
added a commit
that referenced
this issue
Jan 13, 2024
mreinstein
added a commit
that referenced
this issue
Jan 13, 2024
…ature-256 Updated to check against SHA-256 signature of request body (fixes #47)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In March 2022, Amazon changed the header from Signature to Signature-256
See alexa/alexa-skills-kit-sdk-for-nodejs@a165238
This matches the updated docs:
https://developer.amazon.com/en-US/docs/alexa/custom-skills/host-a-custom-skill-as-a-web-service.html#check-request-signature
The text was updated successfully, but these errors were encountered: