Info
Version: | 1.0.0 |
Author(s): | Fredric Arklid |
Last Update: | Friday, November 8, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/arklid/HmacAuthentication |
NuGet Url: | https://www.nuget.org/packages/HmacAuthentication |
Install
Install-Package HmacAuthentication
dotnet add package HmacAuthentication
paket add HmacAuthentication
HmacAuthentication Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Authentication(>= 2.2.0)
- Microsoft.Extensions.Caching.Memory(>= 3.0.0)
Tags
This can be used to verify the integrity and authenticity of a a message.
This implementation is highly inspired by the main authentication method used by Amazon Web Services (AWS Signature V4) as it is very well understood, and there are a number of libraries which implement it. To use this form of authentication you utilise a key identifier and a secret key, with both of these typically generated in an admin interface.