Helpers to generate and authenticate URLs with expiring hashcodes.
Info
Version: | 0.1.4 |
Author(s): | npnelson |
Last Update: | Thursday, August 27, 2020 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/NetToolBox.HashAuthentication |
Install
Install-Package NetToolBox.HashAuthentication
dotnet add package NetToolBox.HashAuthentication
paket add NetToolBox.HashAuthentication
NetToolBox.HashAuthentication Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Configuration.Abstractions(>= 3.1.7)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 3.1.7)
- Microsoft.Extensions.Logging.Abstractions(>= 3.1.7)
- Microsoft.Extensions.Options(>= 3.1.7)
- Microsoft.Extensions.Options.ConfigurationExtensions(>= 3.1.7)
- NetToolBox.DateTimeService(>= 0.1.6)