AuthKitAuthHandler
The base class for all middleware responsible for handling authentication and setting whatever needs to be set so that the AuthKitUserSetter middleware can set REMOTE_USER on subsequent requests. AuthKitAuthHandler``s only get inserted into the middleware stack if an appropriate status code (as set in the ``authkit.setup.intercept config option) is intercepted by the authentication middleware.
The AuthKitAuthHandler class is accessible via the authkit.authenticate module.
Methods
See the source for more information.
