HTTPSign v0.1.1 HTTPSign
HTTP signature verification based on IETF HTTP Signature Verification Draft spec.
See:
- https://tools.ietf.org/id/draft-cavage-http-signatures-09.html
- https://web-payments.org/specs/source/http-signatures-audit/
Supported algorithms are: rsa-sha256
, hmac-sha256
, and ecdsa-sha256
.
Link to this section Summary
Functions
Verify the signature of the HTTP request
Link to this section Functions
Link to this function
verify(conn, key)
Verify the signature of the HTTP request.