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

Implement optional HMAC verification of incoming /issue/credentials requests #17

Closed
rhysyngsun opened this issue Oct 29, 2020 · 0 comments · Fixed by #18
Closed

Implement optional HMAC verification of incoming /issue/credentials requests #17

rhysyngsun opened this issue Oct 29, 2020 · 0 comments · Fixed by #18
Assignees

Comments

@rhysyngsun
Copy link
Contributor

This will verify the incoming request using a shared HMAC secret, it will give a guarantee that the request is from a trusted source.

This draft spec seems to suit this requirement: https://tools.ietf.org/html/draft-ietf-httpbis-message-signatures-00

This library is a node implementation: https://github.com/joyent/node-http-signature/

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

Successfully merging a pull request may close this issue.

1 participant