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....
More information