Changes between Version 18 and Version 19 of BluePrintAuthorization
- Timestamp:
- 06/19/10 11:31:42 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v18 v19 24 24 resource_readable = Storage( 25 25 apikey = 1, # This resource is only visible to Administrators 26 ) 26 ), 27 27 resource_writable = Storage( 28 28 layer_js = deployment_settings.auth.roles["AdvancedJS"], # This resource requires the 'AdvancedJS' role to edit (or admin) … … 43 43 * Need a new method: open by default & restricted manually 44 44 * Needs to be a DAL-level method since not all accesses go via S3XRC. 45 * Use an {{{auth_permission}}} table similar to Web2Py 'full' for tables?46 * Set within {{{000_config.py}}}, along with module permissions? 45 * Use an {{{auth_permission}}} table similar to Web2Py 'full' just for tables? 46 * Set within {{{000_config.py}}}, along with module permissions? (see above example) 47 47 48 48 * A Developer needs to be able to restrict access to a record