Skip to main content

An authentication and authorization toolkit for WSGI applications and frameworks

Project description

  • Built for WSGI applications and middleware

  • Sophisticated and extensible permissions system

  • Built in support for HTTP basic, HTTP digest, form, cookie and OpenID authentication mehtods plus others.

  • Easily define users, passwords and roles

  • Designed to be totally extensible so you can use the components to integrate with a database, LDAP connection or your own custom system.

  • Plays nicely with the Pylons web framework.

There is also a development version.

Installation

Source distribution:

unzip zxfv AuthKit-0.3.0pre5.zip
cd AuthKit-0.3.0pre5
python setup.py install

or using easy_install:

easy_install -U "AuthKit==0.3.0pre5"

or if you don’t have easy_install installed yet:

wget http://peak.telecommunity.com/dist/ez_setup.py
python ez_setup.py "AuthKit==0.3.0pre5"

Development version:

svn co http://authkit.org/svn/AuthKit/trunk AuthKit
cd AuthKit
python setup.py develop

Get Started

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

AuthKit-0.3.0pre5.zip (31.7 kB view hashes)

Uploaded Source

Built Distribution

AuthKit-0.3.0pre5-py2.4.egg (61.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page