Module vibe.http.auth.basic_auth
Implements HTTP Basic Auth.
Functions
Name | Description |
---|---|
addBasicAuth | Augments the given HTTP request with an HTTP Basic Auth header. |
performBasicAuth | Returns a request handler that enforces request to be authenticated using HTTP Basic Auth. |
performBasicAuth | Enforces HTTP Basic Auth authentication on the given req /res pair. |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.