| 4 | | WARNING: THIS CODE IS NOT PRODUCTION READY |
|---|
| 5 | | |
|---|
| 6 | | Need Testing |
|---|
| 7 | | ============ |
|---|
| 8 | | |
|---|
| 9 | | * Intercept code with redirect, passurl and forward |
|---|
| 10 | | |
|---|
| 11 | | Changes |
|---|
| 12 | | ======= |
|---|
| 13 | | |
|---|
| 14 | | 0.4 |
|---|
| 15 | | Restructured the authenticate middleware into induvidual pluggable components |
|---|
| 16 | | Simplified the configuration file system |
|---|
| 17 | | Added OpenID dependencies |
|---|
| 18 | | Removed the larger SQLAlchemy based demos |
|---|
| 19 | | |
|---|
| 20 | | *** AS A RESULT OF THESE CHANGES THE DOCS ARE CURRENTLY OUT OF DATE *** |
|---|
| 21 | | |
|---|
| 22 | | 0.3.0pre5 |
|---|
| 23 | | |
|---|
| 24 | | Changed the arguments to the authkit.authenticate.middleware() factory. You will need to update your middleware setup to use app_conf instead of config_paste for the app_conf dictionary. |
|---|
| 25 | | |
|---|
| 26 | | 0.3 |
|---|
| 27 | | |
|---|
| 28 | | Re-written from scratch to be a modular toolkit for building your own auth |
|---|
| 29 | | framework rather than an all-in-one solution. |
|---|
| 30 | | |
|---|
| 31 | | 0.2 |
|---|
| 32 | | |
|---|
| 33 | | Re-written from scratch so to use SQLAlchemy only, old driver system considered |
|---|
| 34 | | unnecessary and limiting. Also doesn't fit in with current Pylons |
|---|
| 35 | | best-practice. |
|---|
| 36 | | |
|---|
| 37 | | 0.1 |
|---|
| 38 | | |
|---|
| 39 | | Based on the web.auth 0.6 module from www.pythonweb.org, support for SQLObject |
|---|
| 40 | | driver included |
|---|
| 41 | | |
|---|
| | 4 | Main documentation can be found at http://authkit.org or the AuthKit cookbook |
|---|
| | 5 | at http://docs.pythonweb.org/display/authkitcookbook/Home |
|---|