Package myproxy :: Package ws :: Package server :: Package wsgi :: Module httpbasicauth
[hide private]

Module httpbasicauth

source code

WSGI middleware implementing HTTP Basic Auth to support HTTPS proxy app to MyProxy server.


Date: 21/05/10

Author: P J Kershaw

Contact: Philip.Kershaw@stfc.ac.uk

Copyright: (C) 2010 Science and Technology Facilities Council

License: BSD - see LICENSE file in top-level directory

Classes [hide private]
  HttpBasicAuthMiddlewareError
Base exception type for HttpBasicAuthMiddleware
  HttpBasicAuthMiddlewareConfigError
Configuration error with HTTP Basic Auth middleware
  HttpBasicAuthResponseException
Exception class for use by the authentication function callback to signal HTTP codes and messages back to HttpBasicAuthMiddleware.
  HttpBasicAuthMiddleware
HTTP Basic Authentication Middleware
Variables [hide private]
  __revision__ = '$Id$'
  log = logging.getLogger(__name__)
  __package__ = 'myproxy.ws.server.wsgi'