Skip to content

Releases: asonix/http-signatures

Migrate and improve Documentation

15 Jan 01:05
6c9d446
Compare
Choose a tag to compare

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.

crates.io
documentation

HTTP Signatures now supports Signatures

24 Dec 00:41
Compare
Choose a tag to compare

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.

Links

A well-documented release

23 Dec 23:04
Compare
Choose a tag to compare

Things now have doc comments! And verifying a signature doesn't clone as much! Wow!

crates.io
docs.rs