Skip to content
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

Closed
rmtuckerphx opened this issue Oct 24, 2022 · 1 comment · Fixed by #57
Closed

Update Request Header to Signature-256 #47

rmtuckerphx opened this issue Oct 24, 2022 · 1 comment · Fixed by #57

Comments

@rmtuckerphx
Copy link

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

@mreinstein
Copy link
Collaborator

[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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants