module documentation

Undocumented

Function check_password Authenticate against Django's auth database.
Function groups_for_user Authorize a user based on groups
Variable UserModel Undocumented
def check_password(environ, username, password): (source)

Authenticate against Django's auth database. mod_wsgi docs specify None, True, False as return value depending on whether the user exists and authenticates.

def groups_for_user(environ, username): (source)

Authorize a user based on groups

UserModel = (source)

Undocumented