close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": No module named svn). Look in the Trac log for more information.

Changes between Version 3 and Version 4 of AuthFramework


Ignore:
Timestamp:
Aug 6, 2008, 5:31:13 PM (16 years ago)
Author:
cmlenz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AuthFramework

    v3 v4  
    66
    77 * Enable relatively easy switching between HTTP authentication (such as `Basic` or `Digest` authentication performed by the web server) and form-based authentication.
     8 * Provide basic primitives to get started with form-based login, while allowing complete customization.
    89 * Provide convenience functions for checking authorization to perform certain actions.
    910 * No reliance on a specific backend storage for user profiles and credentials.
     
    1415
    1516 * Utility functions for generating and verifying encrypted passwords.
    16  * WSGI middleware for using `Basic` and `Digest` authentication, primarily in the context of the DevelopmentServer
     17 * WSGI middleware for using HTTP authentication, primarily in the context of the DevelopmentServer
     18
     19All of the above is implemented on the branch at this point.
    1720
    1821Non-goals include: