Implementation of Digest authentication for AspNetCore 2.x webapps.
Info
Version: | 2024.3.19.2 |
Author(s): | Eddie Stanley |
Last Update: | Tuesday, March 19, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/flakey-bit/DotNetDigestAuth |
NuGet Url: | https://www.nuget.org/packages/FlakeyBit.DigestAuthentication.AspNetCore |
Install
Install-Package FlakeyBit.DigestAuthentication.AspNetCore
dotnet add package FlakeyBit.DigestAuthentication.AspNetCore
paket add FlakeyBit.DigestAuthentication.AspNetCore
FlakeyBit.DigestAuthentication.AspNetCore Download (Unzip the "nupkg" after downloading)
Dependencies
- FlakeyBit.DigestAuthentication.Implementation(>= 2020.8.25.3)
- Microsoft.AspNetCore(>= 2.1.4)
- Microsoft.AspNetCore.Authentication(>= 2.1.2)
Tags