Changes between Version 63 and Version 64 of BluePrintAuthorization
- Timestamp:
- 06/19/10 23:11:05 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthorization
v63 v64 85 85 * we'd need to patch other functions, such as sync, which would be hard to maintain 86 86 * Bad: Full security policy (native web2py) can be invoked, but this is painful (based on protected by default & granted manually) & untested within S3 recently 87 * Need a new method: open by default & restricted manually 87 * Need a new method: open by default & restricted manually (see below for proposed implementation) 88 88 * Option1: Use an {{{auth_permission}}} table similar to Web2Py 'full' but just for tables & with {{{group_id}}} as {{{multiple=True}}} 89 89 * Option2: Set within {{{000_config.py}}}, along with module permissions (see above example)