-
Notifications
You must be signed in to change notification settings - Fork 8
NuGet packages
David Lievrouw edited this page Jan 27, 2021
·
2 revisions
This page contains an index of the supported NuGet packages.
-
This package contains the shared components for signing and verification packages. It serves as a base-package only.
-
This package contains the client-side services to enable Signing HTTP messages. In most cases, this is the only package that client applications will reference.
-
This package contains the server-side services to enable verifying HTTP message signatures. It also contains the default in-memory client and nonce stores.
-
This package contains the ASP.NET Core authentication scheme to verify signatures on signed HTTP messages.
-
This package contains the Owin authentication middleware to verify signatures on signed HTTP messages.
-
For persisted clients and nonces, you can use these alternative MongoDB-backed client and nonce store implementations.
-
For persisted clients and nonces, you can use these alternative Sql Server-backed client and nonce store implementations.
-
For persisted clients and nonces, you can use these alternative filesystem-backed client and nonce store implementations.
[TBA]
HttpMessageSigning | David Lievrouw