AuthKit

 

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.


Methods

f __init__(...) ...

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

See the source for more information.