Module vibe.http.auth.digest_auth
Implements HTTP Digest Authentication.
This is a minimal implementation based on RFC 2069.
Functions
Name | Description |
---|---|
createDigestPassword
|
Creates the digest password from the user name, realm and password .
|
performDigestAuth
|
Returns a request handler that enforces request to be authenticated using HTTP Digest Auth. |
performDigestAuth
|
Enforces HTTP Digest Auth authentication on the given req /res pair.
|
Classes
Name | Description |
---|---|
DigestAuthInfo
|
Enums
Name | Description |
---|---|
NonceState
|
Authors
Kai Nacke
Copyright
© 2015 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.