twisted.web.guard module documentationtwisted.web
          View Source
          
        
      Resource traversal integration with twisted.cred to allow for 
authentication and authorization of HTTP requests.
| Class | HTTPAuthSessionWrapper | Wrap a portal, enforcing supported header-based authentication schemes. | 
| Class | BasicCredentialFactory | Credential Factory for HTTP Basic Authentication | 
| Class | DigestCredentialFactory | Wrapper for digest.DigestCredentialFactory
that implements the ICredentialFactory
interface. |