HTTP Message Signatures defined by RFC 9421
npm install http-message-sig!License
![crates.io][npm]
[npm]: https://www.npmjs.com/package/http-message-sig
HTTP Message Signatures defined by RFC 9421.
Forked from ltonetwork/http-message-signatures.
- Features
- Usage
- Security Considerations
- License
- HTTP Message Signatures constructions
- Signing synchoronously and asynchronously
- Verifying synchronously and asynchronously
- TypeScript types
``typescript``
import { sign, verify } from "http-message-sig";
This software has not been audited. Please use at your sole discretion.
This project is under the Apache-2.0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be Apache-2.0 licensed as above, without any additional terms or conditions.
This project is forked from ltonetwork/http-message-signatures.
It has been forked to allow for customization and extension of the library's functionality.
It is may be rewritten from scratch down the line, as the original project is not fully implementing the RFC.