Changes between Version 18 and Version 19 of BluePrintAuthorization


Ignore:
Timestamp:
06/19/10 11:31:42 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v18 v19  
    2424        resource_readable = Storage(
    2525            apikey = 1,     # This resource is only visible to Administrators
    26         )
     26        ),
    2727        resource_writable = Storage(
    2828            layer_js = deployment_settings.auth.roles["AdvancedJS"],    # This resource requires the 'AdvancedJS' role to edit (or admin)
     
    4343  * Need a new method: open by default & restricted manually
    4444   * 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)
    4747
    4848 * A Developer needs to be able to restrict access to a record