Package trac :: Package web :: Module auth

Module auth

source code

Classes
  LoginModule
User authentication manager.
  HTTPAuthentication
  PasswordFileAuthentication
  BasicAuthentication
  DigestAuthentication
A simple HTTP digest authentication implementation (RFC 2617).

Imports: b64decode, os, re, sys, time, urllib2, tag, BoolOption, IntOption, Option, IAuthenticator, IRequestHandler, INavigationContributor, hex_entropy, md5, md5crypt, threading, _, tag_, Component, ExtensionPoint, Interface, TracError, implements