Changeset 73

Show
Ignore:
Timestamp:
06/04/07 10:58:22
Author:
thejimmyg
Message:

Added changes and license file and first draft of the postgresql users driver

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • AuthKit/branches/0.4/AuthKit.egg-info/PKG-INFO

    r69 r73  
    11Metadata-Version: 1.0 
    22Name: AuthKit 
    3 Version: 0.4.0dev-r68 
     3Version: 0.4.0dev-r71 
    44Summary: An authentication and authorization toolkit for WSGI applications and frameworks 
    55Home-page: http://3aims.com/ 
  • AuthKit/branches/0.4/AuthKit.egg-info/SOURCES.txt

    r69 r73  
    1111authkit/__init__.py 
    1212authkit/authorize.py 
    13 authkit/config.py 
    1413authkit/permissions.py 
    1514authkit/pylons_adaptors.py 
     
    3130authkit/template/authenticate/ez_setup/__init__.py 
    3231authkit/users/__init__.py 
    33 authkit/users/database.py 
     32authkit/users/sqlalchemy_driver.py 
    3433docs/community.txt 
    3534docs/download.txt 
  • AuthKit/branches/0.4/README.txt

    r67 r73  
    22+++++++ 
    33 
    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  
     4Main documentation can be found at http://authkit.org or the AuthKit cookbook 
     5at http://docs.pythonweb.org/display/authkitcookbook/Home