Info
Version: | 1.2.1 |
Author(s): | Vivelin |
Last Update: | Thursday, February 20, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/DecosInformationSolutions/HttpSignatures |
NuGet Url: | https://www.nuget.org/packages/Decos.Http.Signatures |
Install
Install-Package Decos.Http.Signatures
dotnet add package Decos.Http.Signatures
paket add Decos.Http.Signatures
Decos.Http.Signatures Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- Microsoft.Extensions.Options(>= 2.2.0)
Typically, the SignatureAuthorizationHandler is used with an HttpClient for signing outgoing requests.