1# (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org) 2# Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php 3""" 4Package for authentication/identification of requests. 5 6The objective of this package is to provide single-focused middleware 7components that implement a particular specification. Integration of 8the components into a usable system is up to a higher-level framework. 9""" 10