Skip to content

NuGet packages

David Lievrouw edited this page Jan 27, 2021 · 2 revisions

This page contains an index of the supported NuGet packages.

First-party supported packages

Common

  • Nuget Nuget
    This package contains the shared components for signing and verification packages. It serves as a base-package only.

Signing

  • Nuget Nuget
    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.

Verification

  • Nuget Nuget
    This package contains the server-side services to enable verifying HTTP message signatures. It also contains the default in-memory client and nonce stores.

  • Nuget Nuget
    This package contains the ASP.NET Core authentication scheme to verify signatures on signed HTTP messages.

  • Nuget Nuget
    This package contains the Owin authentication middleware to verify signatures on signed HTTP messages.

Storage

  • Nuget Nuget
    For persisted clients and nonces, you can use these alternative MongoDB-backed client and nonce store implementations.

  • New Nuget Nuget
    For persisted clients and nonces, you can use these alternative Sql Server-backed client and nonce store implementations.

  • New Nuget Nuget
    For persisted clients and nonces, you can use these alternative filesystem-backed client and nonce store implementations.

Third-party packages

[TBA]

Clone this wiki locally