Changes between Version 47 and Version 48 of BluePrintAuthenticationAccess
- Timestamp:
- 03/09/09 07:54:59 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintAuthenticationAccess
v47 v48 56 56 Anonymous access is currently granted for all Read operations, with Create/Update/Delete requiring a user to be Authenticated: {{{auth.is_logged_in()}}} 57 57 * Web2Py can extend this by protecting resources with {{{auth.has_membership()}}} (table level security which can be separated for C/R/U/D) & {{{auth.has_permission()}}} (record-level security) 58 * Field-level security example: http://groups.google.com/group/web2py/browse_thread/thread/e4b54f08ec6b66f9 58 59 * we should probably support these by adding hooks into the [wiki:BluePrintREST RESTlike controller] 59 60