AuthKit

 

multi

Middleware that can dynamically change the stack based on status or headers

Used in the authentication middleware to intercept 401 responses and put the appropriate middleware into the stack to prompt the user to sign in.


Attributes

a log

<logging.Logger instance at 0xb769874c>

Functions

f status_checker(environ, status, headers) ...

Used by AuthKit to intercept statuses specified in the config file option authkit.intercept.

Classes

C AuthSwitcher(...) ...

This class contains 3 members.

C MultiHandler(...) ...

This class contains 3 members.

See the source for more information.