Releases: asonix/http-signatures
Releases · asonix/http-signatures
Migrate and improve Documentation
This release moves documentation to my own github.io page, in addition to changing HashMap to BTreeMap in a number of places to make testing better.
This may or may not actually have an effect on external code.
HTTP Signatures now supports Signatures
The Signature header is now supported in addition to the Authorization header.
Changes
Renames:
VerifyAuthorizationHeader=>VerifyHeaderwith_http_signature=>with_authorization_headerAuthorizationHeader=>SignedHeader
Fixes:
Signature: keyId=>Signature keyIdin the Authorization header's value string.