Part of twisted.web._auth View Source
A guard implementation which supports HTTP header-based authentication schemes.
If either no www-authenticate header is present in the request or the supplied response is invalid a status code of 401 will be sent in the response along with all accepted authentication schemes.Class | UnauthorizedResource | Simple IResource to escape Resource dispatch |
Class | HTTPAuthSessionWrapper | Wrap a portal, enforcing supported header-based authentication schemes. |