Info
Version: | 2.3.0 |
Author(s): | nabehiro |
Last Update: | Monday, November 8, 2021 |
.NET Fiddle: | Online Example |
Project Url: | http://github.com/nabehiro/HttpAuthModule |
NuGet Url: | https://www.nuget.org/packages/HttpAuthModule |
Install
Install-Package HttpAuthModule
dotnet add package HttpAuthModule
paket add HttpAuthModule
HttpAuthModule Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
[Features]
- Standard basic authentication.
- Digest authentication implementation is simple algorithm: nonce value has expiration.
- Basic or Digest Authentication don't touch HttpContext.Current.User.
- Target IP Address Family is IPv4 and IPv6.
- Ignore Path Regex.(specified path skip authentication)
- Ignore IP Address.(specified IP skip authentication)
If you find bugs or have requests for improvement, contact me.
http://github.com/nabehiro/HttpAuthModule.