@joinfirefish/http-signature
v1.8.3
Published
Firefish's fork of reference implementation of Joyent's HTTP Signature scheme.
Downloads
4
Readme
@firefish/http-signature
Fork of node-http-signature with:
- Modernized/linted/formatted code
- hs2019 support from Chocobozzz's fork
- fixed header signature from jackschip's fork (fixing-header-signature branch)
- use rsa-sha256 if no algorithm specified from mei23's fork