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.
- Timestamp:
-
Aug 6, 2008, 5:31:13 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v3
|
v4
|
|
6 | 6 | |
7 | 7 | * 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. |
8 | 9 | * Provide convenience functions for checking authorization to perform certain actions. |
9 | 10 | * No reliance on a specific backend storage for user profiles and credentials. |
… |
… |
|
14 | 15 | |
15 | 16 | * 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 | |
| 19 | All of the above is implemented on the branch at this point. |
17 | 20 | |
18 | 21 | Non-goals include: |