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
=>VerifyHeader
with_http_signature
=>with_authorization_header
AuthorizationHeader
=>SignedHeader
Fixes:
Signature: keyId
=>Signature keyId
in the Authorization header's value string.