Actions
action #1277
closedAuthorization (with tests)
Description
After addressing the problem of authentication (having users) we will need to add some authorization system (permission, roles, etc.) to control the access to features as re-scheduling, aborting, interactive mode, etc.
Updated by alarrosa over 10 years ago
- Target version changed from Sprint 02 to Sprint 03
Updated by ancorgs over 10 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 50
After analyzing the problem and realizing we don't really need a fine grained system a this point, I have implemented a primitive but sufficient system based in two per-user flags (is_admin and is_operator). Already committed. Writing tests now.
Updated by ancorgs over 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Test added. Closing.
Actions