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 22, 2008, 3:29:20 PM (16 years ago)
- Author:
-
cmlenz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v11
|
v12
|
|
22 | 22 | |
23 | 23 | * Built-in processes and UI for user registration, activation, password resetting, and other high-level features. |
| 24 | |
| 25 | === Open Issues === |
| 26 | |
| 27 | * '''Naming''': `assert_authorized` is ugly. `ensure_authorized` would be better, but still ugly. That the function takes `(action, resource)` parameters makes it harder to choose a name that “sounds” nice.[[BR]] |
| 28 | See also: `Principal.can(action, resource)`. Not sure about that one, but at least it's short. |
| 29 | * '''Authorization Decorator''': Should there be a request handler decorator form for checking authorization? What should it be called? |
| 30 | * The password encryption utilities are a bit on the silly side. They should either be really useful or get nixed. |
24 | 31 | |
25 | 32 | == High-Level Architecture Stuff == |