Creates the digest authorization request header.
Creates the digest password from the user name, realm and password.
Returns a request handler that enforces request to be authenticated using HTTP Digest Auth.
Scheduled for deprecation - use a @safe callback instead.
Enforces HTTP Digest Auth authentication on the given req/res pair.
Scheduled for deprecation - use a @safe callback instead.
Structure which describes requirements of the digest authentication - see https://tools.ietf.org/html/rfc2617
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.
© 2015 Sönke Ludwig
Implements HTTP Digest Authentication.
This is a minimal implementation based on RFC 2069.