module documentation

Undocumented

Variable ​User​Model Undocumented
Function check​_password Authenticate against Django's auth database.
Function groups​_for​_user Authorize a user based on groups
UserModel =

Undocumented

def check_password(environ, username, password):

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):
Authorize a user based on groups