HttpAuthModule 2.2.2
Simple Http Basic, Digest Authentication Module with IP Restriction.
[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. https://github.com/nabehiro/HttpAuthModule
Install-Package HttpAuthModule -Version 2.2.2
dotnet add package HttpAuthModule --version 2.2.2
<PackageReference Include="HttpAuthModule" Version="2.2.2" />
paket add HttpAuthModule --version 2.2.2
#r "nuget: HttpAuthModule, 2.2.2"
// Install HttpAuthModule as a Cake Addin
#addin nuget:?package=HttpAuthModule&version=2.2.2
// Install HttpAuthModule as a Cake Tool
#tool nuget:?package=HttpAuthModule&version=2.2.2
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
2.2.2 | 144,085 | 4/9/2016 |
2.2.1 | 3,722 | 9/1/2015 |
2.2.0 | 9,657 | 10/8/2014 |
2.1.2 | 1,452 | 9/17/2014 |
2.1.1 | 1,584 | 6/23/2014 |
2.1.0 | 1,068 | 10/19/2013 |
2.0.2 | 802 | 10/17/2013 |
2.0.1 | 810 | 10/17/2013 |
2.0.0 | 816 | 10/17/2013 |
1.2.0 | 911 | 10/17/2013 |
1.1.0 | 817 | 10/11/2013 |
1.0.0.2 | 769 | 9/30/2013 |
1.0.0.1 | 783 | 9/30/2013 |
1.0.0 | 837 | 9/18/2013 |
0.7.0.1 | 736 | 9/11/2013 |
0.7.0 | 792 | 9/11/2013 |