| | 14 | * Added IP and Time based permission objects |
|---|
| | 15 | * Started unit tests |
|---|
| | 16 | * Extended the user management API and added SQLAlchemy driver and example |
|---|
| | 17 | * Restructured the authenticate middleware into induvidual pluggable components |
|---|
| | 18 | * Simplified the configuration file system |
|---|
| | 19 | * Added OpenID dependencies |
|---|
| | 20 | * Removed the larger SQLAlchemy based demos |
|---|
| | 21 | * The cookie module uses ``authkit`` as a default cookie name, not ``auth_tkt``. |
|---|
| | 22 | Any code which does anything manually with this cookie needs the name changing |
|---|
| | 23 | if it wasn't explicitly set to ``auth_tkt`` in the config file. |
|---|
| | 24 | |
|---|
| | 25 | 0.3.0pre5 |
|---|
| | 26 | |
|---|
| | 27 | * Changed the arguments to the authkit.authenticate.middleware() factory. You |
|---|
| | 28 | will need to update your middleware setup to use app_conf instead of |
|---|
| | 29 | config_paste for the app_conf dictionary. |
|---|
| | 30 | |
|---|
| | 31 | 0.3 |
|---|
| | 32 | |
|---|
| | 33 | * Re-written from scratch to be a modular toolkit for building your own auth |
|---|
| | 34 | framework rather than an all-in-one solution. |
|---|
| | 35 | |
|---|
| | 36 | 0.2 |
|---|
| | 37 | |
|---|
| | 38 | * Re-written from scratch so to use SQLAlchemy only, old driver system considered |
|---|
| | 39 | unnecessary and limiting. Also doesn't fit in with current Pylons |
|---|
| | 40 | best-practice. |
|---|
| | 41 | |
|---|
| | 42 | 0.1 |
|---|
| | 43 | |
|---|
| | 44 | * Based on the web.auth 0.6 module from www.pythonweb.org, support for SQLObject |
|---|
| | 45 | driver included |
|---|
| | 46 | |
|---|