authkit
AuthKit - authentication and authorisation facilities
Copyright James Gardner 2005-2007 james at pythonweb dot org MIT Licence see http://www.opensource.org/licenses/mit-license.php
Modules
The authkit module exposes 6 submodules:
- authenticate
- Authentication middleware
- authorize
- Please update your code to use authkit.authorize.wsgi_adaptors instead of this module.
- permissions
- Permission objects
- pylons_adaptors
- This module is deprecated. Please update your code to use authkit.authorize.pylons_adaptors instead of this module.
- template
- Paster create template for creating your own authentication methods.
- users
- Objects representing users, their passwords, roles and groups
See the source for more information.
