You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Components check now done on params.components rather than on filled variable, Refactored signatureHeaders and signatureHeadersSync common code into getSigningOptions, ran 'npm run lint'
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,13 +43,13 @@ This deployment allows to test your implementation.
43
43
44
44
This repository uses [npm](https://docs.npmjs.com/cli/v11/using-npm/workspaces) and [cargo](https://doc.rust-lang.org/book/ch14-03-cargo-workspaces.html) workspaces. There are several packages which it provides:
|[http-message-sig](./packages/http-message-sig/)| TypeScript | HTTP Message Signatures as defined in RFC 9421 |
49
-
|[jsonwebkey-thumbprint](./packages/jsonwebkey-thumbprint/)| TypeScript | JWK Thumbprint as defined in RFC 7638 |
50
-
|[web-bot-auth](./packages/web-bot-auth/)| TypeScript | HTTP Message Signatures for Bots as defined in draft-meunier-web-bot-auth-architecture |
51
-
|[web-bot-auth](./crates/web-bot-auth/)| Rust | HTTP Message Signatures for Bots as defined in draft-meunier-web-bot-auth-architecture |
52
-
|[http-signature-directory](./crates/http-signature-directory/)| Rust | Validates whether an HTTP message signature directory is correctly signed and valid |
|[http-message-sig](./packages/http-message-sig/)| TypeScript | HTTP Message Signatures as defined in RFC 9421 |
49
+
|[jsonwebkey-thumbprint](./packages/jsonwebkey-thumbprint/)| TypeScript | JWK Thumbprint as defined in RFC 7638 |
50
+
|[web-bot-auth](./packages/web-bot-auth/)| TypeScript | HTTP Message Signatures for Bots as defined in draft-meunier-web-bot-auth-architecture |
51
+
|[web-bot-auth](./crates/web-bot-auth/)| Rust | HTTP Message Signatures for Bots as defined in draft-meunier-web-bot-auth-architecture |
52
+
|[http-signature-directory](./crates/http-signature-directory/)| Rust | Validates whether an HTTP message signature directory is correctly signed and valid|
0 commit comments