digitalbazaar / http-signature-zcap-invoke

A library for invoking Authorization Capabilities via HTTP signatures
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Use @digitalbazaar/http-digest-header #15

Closed JSAssassin closed 3 years ago

JSAssassin commented 3 years ago

Removed support for node 10 since it doesn't support TextEncoder. addresses #14

codecov-io commented 3 years ago

Codecov Report

Merging #15 (9679755) into master (43da8c8) will decrease coverage by 0.23%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
- Coverage   97.95%   97.72%   -0.24%     
==========================================
  Files           2        2              
  Lines          49       44       -5     
==========================================
- Hits           48       43       -5     
  Misses          1        1              
Impacted Files Coverage Δ
main.js 97.67% <100.00%> (-0.25%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 43da8c8...9679755. Read the comment docs.

aljones15 commented 3 years ago

@JSAssassin can you try using this branch with a corresponding verify branch in a project and let me know if the http-signatures continue to work? If you don't have time I'll try it myself.

JSAssassin commented 3 years ago

@aljones15 I can do that, but I'm not sure which verify branch you are talking about and in which project?