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.Validation |
Install
Install-Package Decos.Http.Signatures.Validation
dotnet add package Decos.Http.Signatures.Validation
paket add Decos.Http.Signatures.Validation
Decos.Http.Signatures.Validation Download (Unzip the "nupkg" after downloading)
Dependencies
- Decos.Http.Signatures(>= 1.2.1)
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
Typically, the AuthenticationBuilder extension AddSignature would be used to add an ASP.NET Core authentication handler that authenticates requests with a valid signature.