|
Revision 130
(checked in by thejimmyg, 1 year ago)
|
Added the AuthKit? cookbook link
|
| Line | |
|---|
| 1 |
AuthKit |
|---|
| 2 |
+++++++ |
|---|
| 3 |
|
|---|
| 4 |
.. contents :: |
|---|
| 5 |
|
|---|
| 6 |
Summary |
|---|
| 7 |
======= |
|---|
| 8 |
|
|---|
| 9 |
* Built for WSGI applications and middleware |
|---|
| 10 |
* Sophisticated and extensible permissions system |
|---|
| 11 |
* Built in support for HTTP basic, HTTP digest, form, cookie and OpenID |
|---|
| 12 |
authentication methods plus others |
|---|
| 13 |
* Easily define users, passwords and roles |
|---|
| 14 |
* Designed to be totally extensible so you can use the components to integrate |
|---|
| 15 |
with a database, LDAP connection or your own custom system |
|---|
| 16 |
* Plays nicely with the `Pylons <http://pylonshq.com>`_ web framework |
|---|
| 17 |
|
|---|
| 18 |
There is also a `development version |
|---|
| 19 |
<http://authkit.org/svn/AuthKit/trunk#egg=AuthKit-dev>`_. |
|---|
| 20 |
|
|---|
| 21 |
Get Started |
|---|
| 22 |
=========== |
|---|
| 23 |
|
|---|
| 24 |
* `Download and Installation <http://python.org/pypi/AuthKit/0.4.0>`_ |
|---|
| 25 |
* `Pylons Book <http://pylonsbook.com>`_ (the two chapters on *Authentication and |
|---|
| 26 |
Authorization* and *Advanced AuthKit* form the AuthKit 0.4 documentation) |
|---|
| 27 |
* `Module Reference <http://authkit.org/docs/0.4/module-index.html>`_ |
|---|
| 28 |
* `AuthKit Cookbook <http://wiki.pylonshq.com/display/authkitcookbook/Home>`_ |
|---|
| 29 |
* `Trac <http://authkit.org/trac>`_ - Tickets, Wiki, Subversion |
|---|
| 30 |
* `Examples <http://authkit.org/trac/browser/AuthKit/trunk/examples>`_ |
|---|
| 31 |
|
|---|
| 32 |
Author |
|---|
| 33 |
====== |
|---|
| 34 |
|
|---|
| 35 |
`James Gardner <http://jimmyg.org/>`_ james at pythonweb dot org |
|---|
| 36 |
|
|---|
| 37 |
Development sponsored by `3aims <http://3aims.com/>`_ and |
|---|
| 38 |
`Prometheus Research <http://www.prometheusresearch.com/>`_. |
|---|
| 39 |
|
|---|