Changes between Version 32 and Version 33 of BluePrintAuthorization


Ignore:
Timestamp:
06/19/10 17:14:51 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintAuthorization

    v32 v33  
    4343
    4444=== Resource restriction ===
    45  * REST controller can be blocked via a Decorator
     45 * Bad: REST controller can be blocked via a Decorator
    4646  * we'd need to patch other functions, such as sync, which would be hard to maintain
    47  * Full security policy (native web2py) can be invoked, but this is painful (based on protected by default & granted manually) & untested within S3 recently
     47 * Bad: Full security policy (native web2py) can be invoked, but this is painful (based on protected by default & granted manually) & untested within S3 recently
    4848 * Need a new method: open by default & restricted manually
    4949  * Option1: Use an {{{auth_permission}}} table similar to Web2Py 'full' but just for tables & with {{{group_id}}} as {{{multiple=True}}}